Wimark.Controls Class Library  

DockTab.SelectedIndex Property

Gets or sets the zero-based index of the currently selected DockNode object in a DockTab container.

[Visual Basic]
Public Property SelectedIndex As Integer 
[C#]
public int SelectedIndex {get; set;}
[C++]
public: __property int get_SelectedIndex();
public: __property void set_SelectedIndex(int);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DockTab Class | DockTab Members | Wimark.Controls Namespace | DockNode