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 _
) 
 

Parameters

aTabPage
The specified C1EditorTabPage object.
See Also