Method | Description | |
---|---|---|
GetCheckBoxImage ( bool enabled, CheckState checkState, bool tracking, bool pressed ) : Image |
Gets a check box image appropriate for the provided state.
|
|
GetTreeViewImage ( bool expanded ) : Image |
Gets a tree view image appropriate for the provided state.
|
|
PaletteRedirectTreeView ( IPalette target, |
Initialize a new instance of the PaletteRedirectTreeView class.
|
|
PaletteRedirectTreeView ( |
Initialize a new instance of the PaletteRedirectTreeView 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. |
return | Image |
public GetTreeViewImage ( bool expanded ) : Image | ||
expanded | bool | Is the node expanded |
return | Image |
public PaletteRedirectTreeView ( IPalette target, |
||
target | IPalette | Initial palette target for redirection. |
plusMinusImages | Reference to source of tree view images. | |
checkboxImages | Reference to source of check box images. | |
return | System |
public PaletteRedirectTreeView ( |
||
plusMinusImages | Reference to source of tree view images. | |
checkboxImages | Reference to source of check box images. | |
return | System |