MindFusion.UI for WebForms Programmer's Guide

TabPage Class

Remarks See Also
 





Represents a tab page control.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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.Web.WindowBase
                    MindFusion.UI.Web.TabPage

 See Also