Gets a collection of all RibbonGroups in a RibbonTab. A RibbonGroup then hosts controls that represent application commands. The property value is of the type RibbonGroupCollection.

Syntax

public RibbonGroupCollection RibbonGroups { get; }
Public ReadOnly Property RibbonGroups() As RibbonGroupCollection

Limitations

Read only.