NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TreeView.SelectedImageIndex

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);

See Also

TreeView Class | TreeView Members | System.WinForms Namespace