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