Method | Description | |
---|---|---|
GetRadioButtonImage ( bool enabled, bool checkState, bool tracking, bool pressed ) : Image |
Gets a radio button image appropriate for the provided state.
|
|
PaletteRedirectRadioButton ( IPalette target, |
Initialize a new instance of the PaletteRedirectRadioButton class.
|
|
PaletteRedirectRadioButton ( |
Initialize a new instance of the PaletteRedirectRadioButton class.
|
public GetRadioButtonImage ( bool enabled, bool checkState, bool tracking, bool pressed ) : Image | ||
enabled | bool | Is the radio button enabled. |
checkState | bool | Is the radio button checked/unchecked/indeterminate. |
tracking | bool | Is the radio button being hot tracked. |
pressed | bool | Is the radio button being pressed. |
return | Image |
public PaletteRedirectRadioButton ( IPalette target, |
||
target | IPalette | Initial palette target for redirection. |
images | Reference to source of radio button images. | |
return | System |
public PaletteRedirectRadioButton ( |
||
images | Reference to source of radio button images. | |
return | System |