The index of the image displayed when the node is in the selected state. The image is contained in the ImageList referenced 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);
TreeNode Class | TreeNode Members | System.WinForms Namespace