MindFusion.UI for WebForms Programmer's Guide

TabControl Class

Remarks See Also
 





Represents a tab control.

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 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.Web.TabControl

 See Also