C1.Win.C1Ribbon.4.8 Assembly / C1.Win.C1Ribbon Namespace / RibbonQatItemCollection Class / Add Method / Add(RibbonGroup) Method

In This Topic
Add(RibbonGroup) Method
In This Topic
Adds the specified RibbonGroup to the collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal group As RibbonGroup _
) As RibbonQatGroupButton
 

Parameters

group

Return Value

Enveloping RibbonQatGroupButton object for the added RibbonGroup.
See Also