The index of the image to be displayed when the node is in the unselected state. The image is contained in the ImageList referenced by the imageList property.
[Visual Basic] Public Property ImageIndex As Integer [C#] public int ImageIndex {get; set;} [C++] public: __property int get_ImageIndex(); public: __property void set_ImageIndex(int); [JScript] public function get ImageIndex() : int; public function set ImageIndex(int);
TreeNode Class | TreeNode Members | System.WinForms Namespace