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

Determines the image associated with the node when it is selected. 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 SelectedImageIndex As Integer
C# 
public int SelectedImageIndex {get; set;}

Property Value

Integer

Remarks

This Integer value represent the index value of the image in the assigned ImageList object.  This property will replace the ImageIndex when the node is selected.

Requirements

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

See Also