Gets the collection of horizontally tiled strips that currently exist in the panel.

Namespace: MDIWindowManager
Assembly: MDIWindowManager (MDIWindowManager)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property TabStrips As WindowTabStripCollection
C#
public WindowTabStripCollection TabStrips { get; }
C++
public:
WindowTabStripCollection^ TabStrips {
	WindowTabStripCollection^ get ();
}