dbicList Send comments on this topic.
ImageIndex Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > dbiNodeItem Class : ImageIndex Property

Gets or sets the image associated with the node. This is based on the imagelist referenced by ImageList Property and references the ImageIndex for the image within the ImageList.

Syntax

Visual Basic (Declaration) 
Public Property ImageIndex As Integer
C# 
public int ImageIndex {get; set;}

Property Value

Integer

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also