Gets a collection of all ribbon groups in a MiniToolbar. 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.