Méthode | Description | |
---|---|---|
GetCheckBoxImage ( bool enabled, CheckState checkState, bool tracking, bool pressed ) : Image |
Gets a check box image appropriate for the provided state.
|
|
PaletteRedirectCheckBox ( |
Initialize a new instance of the PaletteRedirectCheckBox class.
|
|
PaletteRedirectCheckBox ( IPalette target, |
Initialize a new instance of the PaletteRedirectCheckBox class.
|
public GetCheckBoxImage ( bool enabled, CheckState checkState, bool tracking, bool pressed ) : Image | ||
enabled | bool | Is the check box enabled. |
checkState | CheckState | Is the check box checked/unchecked/indeterminate. |
tracking | bool | Is the check box being hot tracked. |
pressed | bool | Is the check box being pressed. |
Résultat | Image |
public PaletteRedirectCheckBox ( |
||
images | Reference to source of check box images. | |
Résultat | System |
public PaletteRedirectCheckBox ( IPalette target, |
||
target | IPalette | Initial palette target for redirection. |
images | Reference to source of check box images. | |
Résultat | System |