Property | Type | Description | |
---|---|---|---|
ShouldSerializeOverrideDefault | bool | ||
ShouldSerializeOverrideFocus | bool | ||
ShouldSerializeStateCheckedNormal | bool | ||
ShouldSerializeStateCheckedPressed | bool | ||
ShouldSerializeStateCheckedTracking | bool | ||
ShouldSerializeStateCommon | bool | ||
ShouldSerializeStateDisabled | bool | ||
ShouldSerializeStateNormal | bool | ||
ShouldSerializeStatePressed | bool | ||
ShouldSerializeStateTracking | bool |
Method | Description | |
---|---|---|
KryptonPaletteCheckButton ( |
Initialize a new instance of the KryptonPaletteButtonBase class.
|
|
PopulateFromBase ( ) : void |
Populate values from the base palette.
|
|
SetRedirector ( |
Update the redirector with new reference.
|
Method | Description | |
---|---|---|
ShouldSerializeOverrideDefault ( ) : bool | ||
ShouldSerializeOverrideFocus ( ) : bool | ||
ShouldSerializeStateCheckedNormal ( ) : bool | ||
ShouldSerializeStateCheckedPressed ( ) : bool | ||
ShouldSerializeStateCheckedTracking ( ) : bool | ||
ShouldSerializeStateCommon ( ) : bool | ||
ShouldSerializeStateDisabled ( ) : bool | ||
ShouldSerializeStateNormal ( ) : bool | ||
ShouldSerializeStatePressed ( ) : bool | ||
ShouldSerializeStateTracking ( ) : bool |
public KryptonPaletteCheckButton ( |
||
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 |