Draw Tree Node Extended Event ArgsImage Index Property
This is used to set or get the index of the image to draw on the node from the tree view's
ImageList.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
If set to -1, no image is drawn
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public int ImageIndex { get; set; }VB
Public Property ImageIndex As Integer
Get
SetC++
public:
property int ImageIndex {
int get ();
void set (int value);
}F#
member ImageIndex : int with get, setProperty Value
Int32If set to -1, no image is drawn