DrawTreeNodeExtendedEventArgsStateImageIndex Property
This is used to set or get the index of the state image to draw on the node from the tree view's
StateImageList.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public int StateImageIndex { get; set; }
Public Property StateImageIndex As Integer
Get
Set
public:
property int StateImageIndex {
int get ();
void set (int value);
}
member StateImageIndex : int with get, set
Property Value
Int32If set to -1, no image is drawn. This is also used to specify which image is drawn based on
the node's checked state if the tree view's
CheckBoxes is set to true.