Property | Type | Description | |
---|---|---|---|
ShouldSerializeStateCommon | bool | ||
ShouldSerializeStateDisabled | bool | ||
ShouldSerializeStateNormal | bool |
Method | Description | |
---|---|---|
KryptonPalettePanel ( |
Initialize a new instance of the KryptonPalettePanel class.
|
|
PopulateFromBase ( ) : void |
Populate values from the base palette.
|
|
SetRedirector ( |
Update the redirector with new reference.
|
Method | Description | |
---|---|---|
ShouldSerializeStateCommon ( ) : bool | ||
ShouldSerializeStateDisabled ( ) : bool | ||
ShouldSerializeStateNormal ( ) : bool |
public KryptonPalettePanel ( |
||
redirect | Redirector to inherit values from. | |
backStyle | PaletteBackStyle | Back style. |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |
public SetRedirector ( |
||
redirect | Target redirector. | |
return | void |