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. |
![]() | Name | Gets/Sets the name of this command builder. (Inherited from Nevron.Nov.UI.NCommandBuilder) |
![]() | 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. |
![]() | CreateCheckableMenuItem | Overloaded. Creates a checkable menu item. (Inherited from Nevron.Nov.UI.NCommandBuilder) |
![]() | CreateCheckBox | Creates a check box and associates an NToggleButtonCommandSource with it. (Inherited from Nevron.Nov.UI.NCommandBuilder) |
![]() | CreateComboBox | Creates a combo box and associates an NComboBoxCommandSource with it. (Inherited from Nevron.Nov.UI.NCommandBuilder) |
![]() | CreateFontNameComboBox | Creates a font name combo box and associates an NComboBoxCommandSource with it. (Inherited from Nevron.Nov.UI.NCommandBuilder) |
![]() | CreateFontSizeComboBox | Creates a combo box filled with a set of predefined font sizes and associates an NComboBoxIntegerCommandSource with it. (Inherited from Nevron.Nov.UI.NCommandBuilder) |
![]() | CreateLabel | Creates a label with the given text. (Inherited from Nevron.Nov.UI.NCommandBuilder) |
![]() | CreateMaskedEnumDropDown<qhsc> | Creates a masked enum drop down and associates it with the given command. (Inherited from Nevron.Nov.UI.NCommandBuilder) |
![]() | CreateMaskedEnumPanel<phsc> | Creates a masked enum panel and associates it with the given command. (Inherited from Nevron.Nov.UI.NCommandBuilder) |
![]() | CreateMeasureUpDown | Creates a measure up down and associates an NMeasureUpDownCommandSource with it. (Inherited from Nevron.Nov.UI.NCommandBuilder) |
![]() | CreateMenuItem | Overloaded. Creates a menu item. (Inherited from Nevron.Nov.UI.NCommandBuilder) |
![]() | CreateMenuSeparator | Creates a menu separator. (Inherited from Nevron.Nov.UI.NCommandBuilder) |
![]() | CreateMenuSplitButton | Creates a menu split button and associates it with the given command. (Inherited from Nevron.Nov.UI.NCommandBuilder) |
![]() | 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. |
![]() | CreateSplitButton | Overloaded. Create a split button and associates it with the given command. (Inherited from Nevron.Nov.UI.NCommandBuilder) |
![]() | CreateTextBox | Creates a text box and associates an NTextBoxCommandSource with it. (Inherited from Nevron.Nov.UI.NCommandBuilder) |
![]() | GetCommandText | Gets the text of the given command. |