ComponentOne Sparkline for ASP.NET WebForms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor Namespace / C1RibbonTabPageCollection Class / Add Method
The specified C1EditorTabPage object.

In This Topic
    Add Method (C1RibbonTabPageCollection)
    In This Topic
    Add TabPage to collection.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal aTabPage As C1RibbonTabPage _
    ) 
    public void Add( 
       C1RibbonTabPage aTabPage
    )

    Parameters

    aTabPage
    The specified C1EditorTabPage object.
    See Also