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!

ListControl.SelectedIndex

[To be supplied.]

[Visual Basic]
MustOverride Public Property SelectedIndex As Integer
[C#]
public int SelectedIndex {abstract get; abstract set;}
[C++]
public: __property virtual int get_SelectedIndex() = 0;public: __property virtual void set_SelectedIndex(int) = 0;
[JScript]
public abstract function get SelectedIndex() : int;
public abstract function set SelectedIndex(int);

See Also

ListControl Class | ListControl Members | System.WinForms Namespace