[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonGroupCollection.Add

Add Method

Add(string)

Adds a new RibbonGroup with the specified text to the collections.

Declaration
public RibbonGroup Add(string text)
Parameters
Type Name Description
string text

The text to display in the new group's caption bar.

Returns
Type Description
RibbonGroup

The newly created RibbonGroup object.

Add(RibbonGroup)

Declaration
public int Add(RibbonGroup group)
Parameters
Type Name Description
RibbonGroup group

The RibbonGroup to add.

Returns
Type Description
int

The position into which the group was inserted.