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.

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public int StateImageIndex { get; set; }

Property Value

Int32
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.

See Also