NevronOpenVision
Nevron.Nov.UI Namespace / NRibbonGallery Class
Fields Properties Methods Events


In This Topic
    NRibbonGallery Class Members
    In This Topic

    The following tables list the members exposed by NRibbonGallery.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the CollapsedDropDown child.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the CollapseToMedium property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the CollapseToSmall property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ColumnCountStep property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the CurrentState property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the InitialState property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the MaximumColumnCount property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the MinimumColumnCount property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the MinimumPopupColumnCount property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NRibbonGallery.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Spinner child.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the TablePicker child.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the button that is shown when this ribbon gallery is collapsed (i.e. when it is in small state).  
    Public PropertyDetermines when the gallery should collapse to Medium state.  
    Public PropertyDetermines when the gallery should collapse to Small state.  
    Public PropertyGets or sets the number of additional columns this gallery should try to show if there is available space.  
    Public PropertyGets or sets the current state of the ribbon gallery. Automatically updated by Nevron.  
    Public PropertyGets or sets the image of the collapses drop down of this ribbon gallery, which is shown when it is in small state.  
    Public PropertyGets or sets the initial state of the ribbon gallery. This is also its largest allowed state.  
    Public PropertyGets or sets the maximum number of columns this gallery should show.  
    Public PropertyGets or sets the minimum number of columns this gallery should show. If the available area is not enough to fit this number of columns, the gallery goes into small (i.e. collapsed) state.  
    Public PropertyGets or sets the minimum number of columns to show in the popup.  
    Public PropertyGets or sets the menu shown at the bottom of the popup.  
    Public PropertyGets or sets the currently selected table picker cell.  
    Public PropertyGets or sets the selected index of the table picker.  
    Public PropertyGets the Spinner child.  
    Public PropertyGets or sets the table picker hosted in this ribbon gallery.  
    Public PropertyGets or sets the text of the collapsed drop down of this ribbon gallery, which is shown when it is in small state.  
    Top
    Public Methods
     NameDescription
    Public MethodScrolls the picker in the proper direction so that the given cell becomes visible.  
    Public MethodGets the size of the widget when in the given state.  
    Public MethodGets the state this widget should be in when its owner group is in the specified state.  
    Public MethodOverridden. Overriden to clip the table picker child with the row height.  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Protected MethodOverridden. Arranges the content of this ribbon gallery.  
    Protected MethodCreates the table picker to use for the popup, which shows when the user clicks the drop down button of the ribbon gallery.  
    Protected MethodOverridden. Creates the popup window.  
    Protected MethodOverridden. Called to perform the actual deep copying of the source node.  
    Protected MethodGets the number of columns the table picker should have for the given state.  
    Protected MethodOverridden. Measures the size of this ribbon gallery.  
    Protected MethodOverridden. Called when a child node is inserted in this ribbon gallery. Overriden to subscribe to table picker events and create ribbon group states in the owner ribbon group.  
    Protected MethodOverridden. Called when a child node is removed from this ribbon gallery. Overriden to unsubscribe from table picker events.  
    Protected MethodOverridden. Called when the parent node of this ribbon gallery has changed. Overriden to create states in the owner ribbon group based on the states of this gallery.  
    Protected MethodOverridden. Called when the popup window is about to be opened. Overriden to update the content of the window.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the selected index of this gallery's table picker changes.  
    Top
    See Also