Adds an object of the type RibbonGroup to the end of the collection.

Add(Windows.Forms.Ribbon.RibbonGroup)

public int Add(Windows.Forms.Ribbon.RibbonGroup ribbonGroup);
Public Function Add(ribbonGroup item As Windows.Forms.Ribbon.RibbonGroup) As Integer

Parameters

Parameter Description
ribbonGroup The RibbonGroup to be added to the end of the collection.

Return Value

The collection's index at which the value has been added.