Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRibbonGroupBuilder Class
Fields Properties Methods


In This Topic
    NRibbonGroupBuilder Class Members
    In This Topic

    The following tables list the members exposed by NRibbonGroupBuilder.

    Protected Fields
     NameDescription
    Protected FieldThe icon of the ribbon group. This is the image shown when the ribbon group is in collapsed state.  
    Internal Field (Inherited from Nevron.Nov.UI.NCommandBuilder)
    Top
    Public Properties
     NameDescription
    Public PropertyGets 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.  
    Public PropertyGets/Sets the name of this command builder. (Inherited from Nevron.Nov.UI.NCommandBuilder)
    Public PropertyGets whether to trim the command text elipsis. By default set to true.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates the ribbon group.  
    Top
    Protected Methods
     NameDescription
    Protected MethodAdds the ribbon group items.  
    Protected MethodOverloaded. Creates a checkable menu item. (Inherited from Nevron.Nov.UI.NCommandBuilder)
    Protected MethodCreates a check box and associates an NToggleButtonCommandSource with it. (Inherited from Nevron.Nov.UI.NCommandBuilder)
    Protected MethodCreates a combo box and associates an NComboBoxCommandSource with it. (Inherited from Nevron.Nov.UI.NCommandBuilder)
    Protected MethodCreates a font name combo box and associates an NComboBoxCommandSource with it. (Inherited from Nevron.Nov.UI.NCommandBuilder)
    Protected MethodCreates a combo box filled with a set of predefined font sizes and associates an NComboBoxIntegerCommandSource with it. (Inherited from Nevron.Nov.UI.NCommandBuilder)
    Protected MethodCreates a label with the given text. (Inherited from Nevron.Nov.UI.NCommandBuilder)
    Protected MethodCreates a masked enum drop down and associates it with the given command. (Inherited from Nevron.Nov.UI.NCommandBuilder)
    Protected MethodCreates a masked enum panel and associates it with the given command. (Inherited from Nevron.Nov.UI.NCommandBuilder)
    Protected MethodCreates a measure up down and associates an NMeasureUpDownCommandSource with it. (Inherited from Nevron.Nov.UI.NCommandBuilder)
    Protected MethodOverloaded. Creates a menu item. (Inherited from Nevron.Nov.UI.NCommandBuilder)
    Protected MethodCreates a menu separator. (Inherited from Nevron.Nov.UI.NCommandBuilder)
    Protected MethodCreates a menu split button and associates it with the given command. (Inherited from Nevron.Nov.UI.NCommandBuilder)
    Protected MethodOverloaded. Creates a ribbon button.  
    Protected MethodCreates a ribbon collapsible panel.  
    Protected MethodCreates a ribbon content drop down.  
    Protected MethodCreates a ribbon gallery.  
    Protected MethodCreates a ribbon button that is always in large state.  
    Protected MethodCreates a ribbon toggle button that is always in large state.  
    Protected MethodCreates a ribbon button that is in medium state.  
    Protected MethodCreates a ribbon menu drop down.  
    Protected MethodCreates a new ribbon separator.  
    Protected MethodCreates a ribbon button that is always in small state.  
    Protected MethodCreates a ribbon toggle button in small state.  
    Protected MethodCreates a ribbon split button with the given large and small image.  
    Protected MethodCreates a ribbon stack panel.  
    Protected MethodCreates a ribbon toggle button.  
    Protected MethodCreates a ribbon wrap flow panel.  
    Protected MethodOverloaded. Create a split button and associates it with the given command. (Inherited from Nevron.Nov.UI.NCommandBuilder)
    Protected MethodCreates a text box and associates an NTextBoxCommandSource with it. (Inherited from Nevron.Nov.UI.NCommandBuilder)
    Protected MethodGets the text of the given command.  
    Internal Method (Inherited from Nevron.Nov.UI.NCommandBuilder)
    Internal Method (Inherited from Nevron.Nov.UI.NCommandBuilder)
    Internal Method (Inherited from Nevron.Nov.UI.NCommandBuilder)
    Top
    See Also