The image index that a node will display when selected. The index applies to the ImageList referred to by the imageList property,
[Visual Basic] Public Property SelectedImageIndex As Integer [C#] public int SelectedImageIndex {get; set;} [C++] public: __property int get_SelectedImageIndex(); public: __property void set_SelectedImageIndex(int); [JScript] public function get SelectedImageIndex() : int; public function set SelectedImageIndex(int);
TreeView Class | TreeView Members | System.WinForms Namespace