Property | Type | Description | |
---|---|---|---|
ShouldSerializeOverrideFocus | bool | ||
ShouldSerializeStateCommon | bool | ||
ShouldSerializeStateDisabled | bool | ||
ShouldSerializeStateNormal | bool | ||
ShouldSerializeStatePressed | bool | ||
ShouldSerializeStateSelected | bool | ||
ShouldSerializeStateTracking | bool |
Method | Description | |
---|---|---|
KryptonPaletteTabButton ( |
Initialize a new instance of the KryptonPaletteTabButton class.
|
|
PopulateFromBase ( ) : void |
Populate values from the base palette.
|
|
SetRedirector ( |
Update the redirector with new reference.
|
Method | Description | |
---|---|---|
ShouldSerializeOverrideFocus ( ) : bool | ||
ShouldSerializeStateCommon ( ) : bool | ||
ShouldSerializeStateDisabled ( ) : bool | ||
ShouldSerializeStateNormal ( ) : bool | ||
ShouldSerializeStatePressed ( ) : bool | ||
ShouldSerializeStateSelected ( ) : bool | ||
ShouldSerializeStateTracking ( ) : bool |
public KryptonPaletteTabButton ( |
||
redirect | Redirector to inherit values from. | |
backStyle | PaletteBackStyle | Background style. |
borderStyle | PaletteBorderStyle | Border style. |
contentStyle | PaletteContentStyle | Content style. |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |
public SetRedirector ( |
||
redirect | Target redirector. | |
return | void |