| RibbonBarCreateTab Method |
Creates new tab.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public RibbonBarTab CreateTab(
string tabName
)
Public Function CreateTab (
tabName As String
) As RibbonBarTab
Parameters
- tabName
- Type: SystemString
Name of the tab.
Return Value
Type:
RibbonBarTabRemarks See Also