C# Class ComponentFactory.Krypton.Toolkit.KryptonPanel

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

Private Properties

Свойство Type Description
Construct void
ResetPanelBackStyle void
ShouldSerializePanelBackStyle bool
ShouldSerializeStateCommon bool
ShouldSerializeStateDisabled bool
ShouldSerializeStateNormal bool

Méthodes publiques

Méthode Description
KryptonPanel ( ) : System

Initialize a new instance of the KryptonPanel class.

KryptonPanel ( PaletteDoubleRedirect stateCommon, PaletteDouble stateDisabled, PaletteDouble stateNormal ) : System

Initialize a new instance of the KryptonPanel 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
Construct ( ) : void
ResetPanelBackStyle ( ) : void
ShouldSerializePanelBackStyle ( ) : bool
ShouldSerializeStateCommon ( ) : bool
ShouldSerializeStateDisabled ( ) : bool
ShouldSerializeStateNormal ( ) : bool

Method Details

KryptonPanel() public méthode

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

KryptonPanel() public méthode

Initialize a new instance of the KryptonPanel class.
public KryptonPanel ( PaletteDoubleRedirect stateCommon, PaletteDouble stateDisabled, PaletteDouble stateNormal ) : System
stateCommon PaletteDoubleRedirect Common appearance state to inherit from.
stateDisabled PaletteDouble Disabled appearance state.
stateNormal PaletteDouble Normal appearance state.
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