ASP.NET Pack Programmer's Guide
TabPage.ParentHost Property
See Also
 





Gets the parent TabControl of this TabPage.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public TabControl ParentHost { get; }

Visual Basic  Copy Code

Public ReadOnly Property ParentHost As TabControl

 Property Value

Type: TabControl
An instance of the TabControl class, which serves as the parent host element for this TabPage object.

 See Also

TabPage Members
TabPage Class
MindFusion.UI.WebForms Namespace