Gets or sets the tabstrip with the focus.

Namespace: MDIWindowManager
Assembly: MDIWindowManager (MDIWindowManager)

Syntax

Visual Basic (Declaration)
Public Property SelectedTabStrip As WindowTabStrip
C#
public WindowTabStrip SelectedTabStrip { get; set; }
C++
public:
WindowTabStrip^ SelectedTabStrip {
	WindowTabStrip^ get ();
	void set (WindowTabStrip^ value);
}