Property | Type | Description | |
---|---|---|---|
Construct | void | ||
ResetPanelBackStyle | void | ||
ShouldSerializePanelBackStyle | bool | ||
ShouldSerializeStateCommon | bool | ||
ShouldSerializeStateDisabled | bool | ||
ShouldSerializeStateNormal | bool |
Method | Description | |
---|---|---|
KryptonPanel ( ) : System |
Initialize a new instance of the KryptonPanel class.
|
|
KryptonPanel ( PaletteDoubleRedirect stateCommon, |
Initialize a new instance of the KryptonPanel class.
|
|
SetFixedState ( PaletteState state ) : void |
Fix the control to a particular palette state.
|
Method | Description | |
---|---|---|
OnEnabledChanged ( |
Raises the EnabledChanged event.
|
Method | Description | |
---|---|---|
Construct ( ) : void | ||
ResetPanelBackStyle ( ) : void | ||
ShouldSerializePanelBackStyle ( ) : bool | ||
ShouldSerializeStateCommon ( ) : bool | ||
ShouldSerializeStateDisabled ( ) : bool | ||
ShouldSerializeStateNormal ( ) : bool |
public KryptonPanel ( PaletteDoubleRedirect stateCommon, |
||
stateCommon | PaletteDoubleRedirect | Common appearance state to inherit from. |
stateDisabled | Disabled appearance state. | |
stateNormal | Normal appearance state. | |
return | System |
protected OnEnabledChanged ( |
||
e | An EventArgs that contains the event data. | |
return | void |
public SetFixedState ( PaletteState state ) : void | ||
state | PaletteState | Palette state to fix. |
return | void |