Method | Description | |
---|---|---|
GetDropDownButtonImage ( PaletteState state ) : Image |
Gets a drop down button image appropriate for the provided state.
|
|
PaletteRedirectDropDownButton ( |
Initialize a new instance of the PaletteRedirectDropDownButton class.
|
|
PaletteRedirectDropDownButton ( IPalette target, |
Initialize a new instance of the PaletteRedirectDropDownButton class.
|
public GetDropDownButtonImage ( PaletteState state ) : Image | ||
state | PaletteState | PaletteState for which image is required. |
return | Image |
public PaletteRedirectDropDownButton ( |
||
images | Reference to source of drop down button images. | |
return | System |
public PaletteRedirectDropDownButton ( IPalette target, |
||
target | IPalette | Initial palette target for redirection. |
images | Reference to source of drop down button images. | |
return | System |