MVCxRibbonGroup Constructors
Represents an individual group within the Ribbon.Name | Parameters | Description |
---|---|---|
MVCxRibbonGroup() | none | Initializes a new instance of the MVCxRibbonGroup class with default settings. |
MVCxRibbonGroup(String, String) | text, name | Initializes a new instance of the MVCxRibbonGroup class with the specified settings. |
MVCxRibbonGroup(String) | text | Initializes a new instance of the MVCxRibbonGroup class with the specified settings. |
See Also