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!

TreeNode.SelectedImageIndex

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

See Also

TreeNode Class | TreeNode Members | System.WinForms Namespace