| Visual Basic (Declaration) | |
|---|---|
Public Property SelectedImageIndex As Integer | |
| C# | |
|---|---|
public int SelectedImageIndex {get; set;} | |
Property Value
IntegerThis 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.