C# Class ComponentFactory.Krypton.Toolkit.KryptonBorderEdge

Inheritance: VisualControlBase
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description
ResetBorderStyle void
ShouldSerializeBorderStyle bool
ShouldSerializeStateCommon bool
ShouldSerializeStateDisabled bool
ShouldSerializeStateNormal bool

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
OnEnabledChanged ( EventArgs e ) : void

Raises the EnabledChanged event.

Private Methods

Méthode Description
ResetBorderStyle ( ) : void
ShouldSerializeBorderStyle ( ) : bool
ShouldSerializeStateCommon ( ) : bool
ShouldSerializeStateDisabled ( ) : bool
ShouldSerializeStateNormal ( ) : bool

Method Details

GetPreferredSize() public méthode

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.
Résultat System.Drawing.Size

KryptonBorderEdge() public méthode

Initialize a new instance of the KryptonBorderEdge class.
public KryptonBorderEdge ( ) : System
Résultat System

OnEnabledChanged() protected méthode

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

SetFixedState() public méthode

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