Groups Property
Description
Gets the RibbonGroups that have been added to the RibbonTab.
Property Type
Read-only property
Syntax (Visual Basic)
Public Property Groups() As [RibbonGroups](XtremeCommandBars~RibbonGroups.md)
Remarks
The RibbonTab can contain one or more RibbonGroup objects. Groups are added to the Groups collection using the AddGroup and InsertGroup methods. RibbonGroup objects are used to hold items such as buttons, popups, edit controls, etc.
See Also
- RibbonTab Object
- RibbonGroup Object
- RibbonGroups Object
- AddGroup Method
- InsertGroup Method
- RibbonGroups RibbonTab Property
Example
See the RibbonBar Sample.
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.