C# Class ComponentFactory.Krypton.Toolkit.KryptonBorderEdge

Inheritance: VisualControlBase
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
ResetBorderStyle void
ShouldSerializeBorderStyle bool
ShouldSerializeStateCommon bool
ShouldSerializeStateDisabled bool
ShouldSerializeStateNormal bool

Public Methods

Method Description
GetPreferredSize ( Size proposedSize ) : Size

Get the preferred size of the control based on a proposed size.

KryptonBorderEdge ( ) : System

Initialize a new instance of the KryptonBorderEdge class.

SetFixedState ( PaletteState state ) : void

Fix the control to a particular palette state.

Protected Methods

Method Description
OnEnabledChanged ( EventArgs e ) : void

Raises the EnabledChanged event.

Private Methods

Method Description
ResetBorderStyle ( ) : void
ShouldSerializeBorderStyle ( ) : bool
ShouldSerializeStateCommon ( ) : bool
ShouldSerializeStateDisabled ( ) : bool
ShouldSerializeStateNormal ( ) : bool

Method Details

GetPreferredSize() public method

Get the preferred size of the control based on a proposed size.
public GetPreferredSize ( Size proposedSize ) : Size
proposedSize System.Drawing.Size Starting size proposed by the caller.
return System.Drawing.Size

KryptonBorderEdge() public method

Initialize a new instance of the KryptonBorderEdge class.
public KryptonBorderEdge ( ) : System
return System

OnEnabledChanged() protected method

Raises the EnabledChanged event.
protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
return void

SetFixedState() public method

Fix the control to a particular palette state.
public SetFixedState ( PaletteState state ) : void
state PaletteState Palette state to fix.
return void