Property | Type | Description | |
---|---|---|---|
KryptonPaletteButtonSpecBase | System |
Method | Description | |
---|---|---|
GetButtonSpecColorMap ( PaletteButtonSpecStyle style ) : Color |
Gets the color to remap from the image to the container foreground.
|
|
GetButtonSpecEdge ( PaletteButtonSpecStyle style ) : PaletteRelativeEdgeAlign |
Gets the edge to positon the button against.
|
|
GetButtonSpecIcon ( PaletteButtonSpecStyle style ) : |
Gets the icon to display for the button.
|
|
GetButtonSpecImage ( PaletteButtonSpecStyle style, PaletteState state ) : Image |
Gets the image to display for the button.
|
|
GetButtonSpecImageTransparentColor ( PaletteButtonSpecStyle style ) : Color |
Gets the image transparent color.
|
|
GetButtonSpecLocation ( PaletteButtonSpecStyle style ) : HeaderLocation |
Get the location for the button.
|
|
GetButtonSpecLongText ( PaletteButtonSpecStyle style ) : string |
Gets the long text to display for the button.
|
|
GetButtonSpecOrientation ( PaletteButtonSpecStyle style ) : PaletteButtonOrientation |
Gets the button orientation.
|
|
GetButtonSpecShortText ( PaletteButtonSpecStyle style ) : string |
Gets the short text to display for the button.
|
|
GetButtonSpecStyle ( PaletteButtonSpecStyle style ) : PaletteButtonStyle |
Gets the button style used for drawing 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.
|
|
ResetEdge ( ) : void |
Resets the Edge property to its default value.
|
|
ResetOrientation ( ) : void |
Resets the Orientation property to its default value.
|
|
ResetStyle ( ) : void |
Resets the Style property to its default value.
|
|
SetRedirector ( |
Update the redirector with new reference.
|
Method | Description | |
---|---|---|
OnButtonSpecChanged ( object sender, |
Raises the ButtonSpecChanged event.
|
Method | Description | |
---|---|---|
KryptonPaletteButtonSpecBase ( |
Initialize a new instance of the KryptonPaletteButtonSpecBase class.
|
public GetButtonSpecColorMap ( PaletteButtonSpecStyle style ) : Color | ||
style | PaletteButtonSpecStyle | Style of button spec. |
return | Color |
public GetButtonSpecEdge ( PaletteButtonSpecStyle style ) : PaletteRelativeEdgeAlign | ||
style | PaletteButtonSpecStyle | Style of button spec. |
return | PaletteRelativeEdgeAlign |
public GetButtonSpecIcon ( PaletteButtonSpecStyle style ) : |
||
style | PaletteButtonSpecStyle | Style of button spec. |
return |
public GetButtonSpecImage ( PaletteButtonSpecStyle style, PaletteState state ) : Image | ||
style | PaletteButtonSpecStyle | Style of button spec. |
state | PaletteState | State for which image is required. |
return | Image |
public GetButtonSpecImageTransparentColor ( PaletteButtonSpecStyle style ) : Color | ||
style | PaletteButtonSpecStyle | Style of button spec. |
return | Color |
public GetButtonSpecLocation ( PaletteButtonSpecStyle style ) : HeaderLocation | ||
style | PaletteButtonSpecStyle | Style of button spec. |
return | HeaderLocation |
public GetButtonSpecLongText ( PaletteButtonSpecStyle style ) : string | ||
style | PaletteButtonSpecStyle | Style of button spec. |
return | string |
public GetButtonSpecOrientation ( PaletteButtonSpecStyle style ) : PaletteButtonOrientation | ||
style | PaletteButtonSpecStyle | Style of button spec. |
return | PaletteButtonOrientation |
public GetButtonSpecShortText ( PaletteButtonSpecStyle style ) : string | ||
style | PaletteButtonSpecStyle | Style of button spec. |
return | string |
public GetButtonSpecStyle ( PaletteButtonSpecStyle style ) : PaletteButtonStyle | ||
style | PaletteButtonSpecStyle | Style of button spec. |
return | PaletteButtonStyle |
public GetButtonSpecToolTipTitle ( PaletteButtonSpecStyle style ) : string | ||
style | PaletteButtonSpecStyle | Style of button spec. |
return | string |
protected OnButtonSpecChanged ( object sender, |
||
sender | object | Source of the event. |
e | An EventArgs containing event data. | |
return | void |
public PopulateFromBase ( PaletteButtonSpecStyle style ) : void | ||
style | PaletteButtonSpecStyle | The style of the button spec instance. |
return | void |
public SetRedirector ( |
||
redirect | Target redirector. | |
return | void |