| RibbonBarGetTabByName Method |
Retrieves tab by its name.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public RibbonBarTab GetTabByName(
string tabName
)
Public Function GetTabByName (
tabName As String
) As RibbonBarTab
Parameters
- tabName
- Type: SystemString
Name of the tab.
Return Value
Type:
RibbonBarTabRemarks See Also