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