Draw Tree Node Extended Event ArgsState Image Index 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.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
If 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.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public int StateImageIndex { get; set; }VB
Public Property StateImageIndex As Integer
Get
SetC++
public:
property int StateImageIndex {
int get ();
void set (int value);
}F#
member StateImageIndex : int with get, setProperty 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.