ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TabPanel Class
Members

In This Topic
    TabPanel Class
    In This Topic
    Defines a control which enables content organization at a high level, such as switching between views, data sets, or functional aspects of an application.
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class TabPanel 
       Inherits Control
       Implements ITemplate 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class TabPanel : Control, ITemplate  
    Remarks
    Tabs are presented as a single row above their associated content. Tab headers succinctly describe the content within. Tabs can be selected with the mouse or keyboard, and automatically update the content to reflect the current selection.
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.TabPanel

    See Also