Name | Description | |
---|---|---|
m_Icon | The icon of the ribbon group. This is the image shown when the ribbon group is in collapsed state. |
The following tables list the members exposed by NRibbonGroupBuilder.
Name | Description | |
---|---|---|
DialogLauncherButtonCommand | Gets the command that should be associated with the dialog launcher button. By default set to null, which means that the dialog launcher button will not be visible. | |
TrimCommandTextElipsis | Gets whether to trim the command text elipsis. By default set to true. |
Name | Description | |
---|---|---|
CreateRibbonGroup | Creates the ribbon group. |
Name | Description | |
---|---|---|
AddRibbonGroupItems | Adds the ribbon group items. | |
CreateRibbonButton | Overloaded. Creates a ribbon button. | |
CreateRibbonCollapsiblePanel | Creates a ribbon collapsible panel. | |
CreateRibbonContentDropDown | Creates a ribbon content drop down. | |
CreateRibbonGallery | Creates a ribbon gallery. | |
CreateRibbonLargeButton | Creates a ribbon button that is always in large state. | |
CreateRibbonLargeToggleButton | Creates a ribbon toggle button that is always in large state. | |
CreateRibbonMediumButton | Creates a ribbon button that is in medium state. | |
CreateRibbonMenuDropDown | Creates a ribbon menu drop down. | |
CreateRibbonSeparator | Creates a new ribbon separator. | |
CreateRibbonSmallButton | Creates a ribbon button that is always in small state. | |
CreateRibbonSmallToggleButton | Creates a ribbon toggle button in small state. | |
CreateRibbonSplitButton | Creates a ribbon split button with the given large and small image. | |
CreateRibbonStackPanel | Creates a ribbon stack panel. | |
CreateRibbonToggleButton | Creates a ribbon toggle button. | |
CreateRibbonWrapFlowPanel | Creates a ribbon wrap flow panel. | |
GetCommandText | Gets the text of the given command. |