| RibbonBarGetGroupByName Method |
Retrieves group by its name and by the name of the corresponding tab.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public RibbonBarGroup GetGroupByName(
string tabName,
string groupName
)
Public Function GetGroupByName (
tabName As String,
groupName As String
) As RibbonBarGroup
Parameters
- tabName
- Type: SystemString
Name of the tab. - groupName
- Type: SystemString
Name of the group.
Return Value
Type:
RibbonBarGroupRemarks See Also