Allows you to specify a different provider for the look and feel of the tabs. (Set at design-time or app start only).

Namespace: MDIWindowManager
Assembly: MDIWindowManager (MDIWindowManager)

Syntax

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