Look and feel of the tabs that represent the windows.

Namespace: MDIWindowManager
Assembly: MDIWindowManager (MDIWindowManager)

Syntax

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