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!

TabStrip.SelectedTab

The selection to the given tab, provided it .equals a tab in the list. The return value is the index of the tab that was selected, or-1 if no tab was selected.

[Visual Basic]
Public Property SelectedTab As TabItem
[C#]
public TabItem SelectedTab {get; set;}
[C++]
public: __property TabItem* get_SelectedTab();
public: __property void set_SelectedTab(TabItem*);
[JScript]
public function get SelectedTab() : TabItem;
public function set SelectedTab(TabItem);

See Also

TabStrip Class | TabStrip Members | System.WinForms Namespace