This is preliminary documentation and subject to change. To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
TabItem.Parent
Represents the TabStrip control which hosts the item.
[Visual Basic]
Public ReadOnly Property Parent As TabStrip
[C#]
public TabStrip Parent {get;}
[C++]
public: __property TabStrip* get_Parent();
[JScript]
public function get Parent() : TabStrip;