DrawTreeNodeExtendedEventArgsImageIndex 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: 2023.4.9.0
public int ImageIndex { get; set; }

Property Value

Int32
If set to -1, no image is drawn

See Also