ParentTabStrip Property

Retrieves the TabStrip that contains the TabItem.

Syntax

Visual Basic  Public  ReadOnly Property ParentTabStrip As TabStrip
C# public  TabStrip ParentTabStrip { get; }
Managed C++ public:  __property TabStrip get_ParentTabStrip();
JScript public   function get ParentTabStrip() : TabStrip;

Possible Values

node The TabStrip that contains the TabItem.

The property is read-only. The property has no default value.

Applies To

TabItem

See Also

Internet Explorer WebControls, About the TabStrip WebControl