ASP.NET Pack Programmer's Guide
TabPage Class
Remarks See Also
 





Represents a tab page control.

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

 Syntax

C#  Copy Code

public class TabPage : WindowBase, IItemStateManager, IStateManager, IScriptControl

Visual Basic  Copy Code

Public Class TabPage
    Inherits WindowBase
    Implements IItemStateManager, IStateManager, IScriptControl

 Remarks

For additional information on how to use the control, please refer to the TabControl topic in the Using the controls section.

 Inheritance Hierarchy

System.Object
    System.Web.UI.Control
        System.Web.UI.WebControls.WebControl
            System.Web.UI.WebControls.Panel
                MindFusion.UI.WebForms.WindowBase
                    MindFusion.UI.WebForms.TabPage

 See Also

Using the controls - TabPage
TabPage Members
MindFusion.UI.WebForms Namespace