Свойство | Тип | Описание | |
---|---|---|---|
KryptonPaletteButtonSpecTyped | System | ||
OnImageStateChanged | void | ||
ShouldSerializeColorMap | bool | ||
ShouldSerializeExtraText | bool | ||
ShouldSerializeImage | bool | ||
ShouldSerializeImageStates | bool | ||
ShouldSerializeText | bool | ||
ShouldSerializeToolTipTitle | bool |
Метод | Описание | |
---|---|---|
GetButtonSpecColorMap ( PaletteButtonSpecStyle style ) : Color |
Gets the color to remap from the image to the container foreground.
|
|
GetButtonSpecImage ( PaletteButtonSpecStyle style, PaletteState state ) : Image |
Gets the image to display for the button.
|
|
GetButtonSpecLongText ( PaletteButtonSpecStyle style ) : string |
Gets the long text to display for the button.
|
|
GetButtonSpecShortText ( PaletteButtonSpecStyle style ) : string |
Gets the short text to display for the button.
|
|
GetButtonSpecToolTipTitle ( PaletteButtonSpecStyle style ) : string |
Gets the tooltip title text to display for the button.
|
|
PopulateFromBase ( PaletteButtonSpecStyle style ) : void |
Populate values from the base palette.
|
|
ResetAllowInheritExtraText ( ) : void |
Resets the AllowInheritExtraText property to its default value.
|
|
ResetAllowInheritImage ( ) : void |
Resets the AllowInheritImage property to its default value.
|
|
ResetAllowInheritText ( ) : void |
Resets the AllowInheritText property to its default value.
|
|
ResetAllowInheritToolTipTitle ( ) : void |
Resets the AllowInheritToolTipTitle property to its default value.
|
|
ResetColorMap ( ) : void |
Resets the ColorMap property to its default value.
|
|
ResetExtraText ( ) : void |
Resets the ExtraText property to its default value.
|
|
ResetImage ( ) : void |
Resets the Image property to its default value.
|
|
ResetText ( ) : void |
Resets the Text property to its default value.
|
|
ResetToolTipTitle ( ) : void |
Resets the ToolTipTitle property to its default value.
|
Метод | Описание | |
---|---|---|
KryptonPaletteButtonSpecTyped ( |
Initialize a new instance of the KryptonPaletteButtonSpecCommon class.
|
|
OnImageStateChanged ( object sender, |
||
ShouldSerializeColorMap ( ) : bool | ||
ShouldSerializeExtraText ( ) : bool | ||
ShouldSerializeImage ( ) : bool | ||
ShouldSerializeImageStates ( ) : bool | ||
ShouldSerializeText ( ) : bool | ||
ShouldSerializeToolTipTitle ( ) : bool |
public GetButtonSpecColorMap ( PaletteButtonSpecStyle style ) : Color | ||
style | PaletteButtonSpecStyle | Style of button spec. |
Результат | Color |
public GetButtonSpecImage ( PaletteButtonSpecStyle style, PaletteState state ) : Image | ||
style | PaletteButtonSpecStyle | Style of button spec. |
state | PaletteState | State for which image is required. |
Результат | Image |
public GetButtonSpecLongText ( PaletteButtonSpecStyle style ) : string | ||
style | PaletteButtonSpecStyle | Style of button spec. |
Результат | string |
public GetButtonSpecShortText ( PaletteButtonSpecStyle style ) : string | ||
style | PaletteButtonSpecStyle | Style of button spec. |
Результат | string |
public GetButtonSpecToolTipTitle ( PaletteButtonSpecStyle style ) : string | ||
style | PaletteButtonSpecStyle | Style of button spec. |
Результат | string |
public PopulateFromBase ( PaletteButtonSpecStyle style ) : void | ||
style | PaletteButtonSpecStyle | The style of the button spec instance. |
Результат | void |
public ResetAllowInheritExtraText ( ) : void | ||
Результат | void |
public ResetAllowInheritToolTipTitle ( ) : void | ||
Результат | void |