C# Class ComponentFactory.Krypton.Toolkit.KryptonPanel

Inheritance: VisualPanel
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
Construct void
ResetPanelBackStyle void
ShouldSerializePanelBackStyle bool
ShouldSerializeStateCommon bool
ShouldSerializeStateDisabled bool
ShouldSerializeStateNormal bool

Public Methods

Method 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.

Protected Methods

Method Description
OnEnabledChanged ( EventArgs e ) : void

Raises the EnabledChanged event.

Private Methods

Method Description
Construct ( ) : void
ResetPanelBackStyle ( ) : void
ShouldSerializePanelBackStyle ( ) : bool
ShouldSerializeStateCommon ( ) : bool
ShouldSerializeStateDisabled ( ) : bool
ShouldSerializeStateNormal ( ) : bool

Method Details

KryptonPanel() public method

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

KryptonPanel() public method

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.
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