Property | Type | Description | |
---|---|---|---|
ShouldSerializeStateCommon | bool | ||
ShouldSerializeStateDisabled | bool | ||
ShouldSerializeStateNormal | bool | ||
ShouldSerializeStatePressed | bool | ||
ShouldSerializeStateSelected | bool | ||
ShouldSerializeStateTracking | bool |
Method | Description | |
---|---|---|
KryptonPaletteGrid ( |
Initialize a new instance of the KryptonPaletteGrid class.
|
|
PopulateFromBase ( |
Populate values from the base palette.
|
|
SetRedirector ( |
Update the redirector with new reference.
|
Method | Description | |
---|---|---|
ShouldSerializeStateCommon ( ) : bool | ||
ShouldSerializeStateDisabled ( ) : bool | ||
ShouldSerializeStateNormal ( ) : bool | ||
ShouldSerializeStatePressed ( ) : bool | ||
ShouldSerializeStateSelected ( ) : bool | ||
ShouldSerializeStateTracking ( ) : bool |
public KryptonPaletteGrid ( |
||
redirect | Redirector to inherit values from. | |
gridStyle | GridStyle | Grid style. |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |
public PopulateFromBase ( |
||
common | Reference to common settings. | |
gridStyle | GridStyle | Grid style to use for populating. |
return | void |
public SetRedirector ( |
||
redirect | Target redirector. | |
return | void |