Skip to main content
A newer version of this page is available. .

GetStateImageEventArgs Properties

Provides data for the TreeList.GetStateImage event.
Name Description
Node Gets the current Tree List node. Inherited from NodeEventArgs.
NodeImageIndex

Gets or sets the index of the node’s image in a source image list. When handling the TreeList.GetStateImage event, the source of images is specified by the TreeList.StateImageList property. When handling the TreeList.GetSelectImage event, the source of images is specified by the TreeList.SelectImageList property.

See Also