프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ShouldSerializeStateCommon | bool | ||
ShouldSerializeStateDisabled | bool | ||
ShouldSerializeStateNormal | bool | ||
ShouldSerializeStatePressed | bool | ||
ShouldSerializeStateSelected | bool | ||
ShouldSerializeStateTracking | bool |
메소드 | 설명 | |
---|---|---|
KryptonPaletteGrid ( |
Initialize a new instance of the KryptonPaletteGrid class.
|
|
PopulateFromBase ( |
Populate values from the base palette.
|
|
SetRedirector ( |
Update the redirector with new reference.
|
메소드 | 설명 | |
---|---|---|
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. |
리턴 | System |
public PopulateFromBase ( |
||
common | Reference to common settings. | |
gridStyle | GridStyle | Grid style to use for populating. |
리턴 | void |
public SetRedirector ( |
||
redirect | Target redirector. | |
리턴 | void |