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





Represents a tab control.

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

 Syntax

C#  Copy Code

public class TabControl : WebControl, INamingContainer, IScriptControl, IPostBackDataHandler, IPostBackEventHandler, IHostControl, IThemable

Visual Basic  Copy Code

Public Class TabControl
    Inherits WebControl
    Implements INamingContainer, IScriptControl, IPostBackDataHandler, IPostBackEventHandler, IHostControl, IThemable

 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
            MindFusion.UI.WebForms.TabControl

 See Also

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