| RibbonBarHasTab Method |
Determines whether tab with the given name is declared.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public bool HasTab(
string tabName
)
Public Function HasTab (
tabName As String
) As Boolean
Parameters
- tabName
- Type: SystemString
Name of the tab.
Return Value
Type:
BooleanRemarks See Also