C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor Namespace / C1RibbonButtonCollection Class / Add Method
The button that will be added to the collection.

In This Topic
Add Method (C1RibbonButtonCollection)
In This Topic
Add a ribbon button to the collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal button As C1RibbonButton _
) 
 

Parameters

button
The button that will be added to the collection.
See Also