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


In This Topic
    NNavigationBar Class Members
    In This Topic

    The following tables list the members exposed by NNavigationBar.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the HeadersPadding property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the HeadersSpacing property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the IconsPadding property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the IconsSpacing property  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NNavigationBar.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the panes child  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Pendant child  
    Public Fieldstatic (Shared in Visual Basic)Reference to the SelectedIndex property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Thumb child  
    Public Fieldstatic (Shared in Visual Basic)Reference to the VisibleHeadersCount property  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the padding that is applied to the headers stack.  
    Public PropertyGets or sets the spacing between the headers.  
    Public PropertyGets or sets the padding that is applied to the icons stack.  
    Public PropertyGets or sets the spacing between the icons.  
    Public PropertyGets or sets the panes of the navigation bar.  
    Public PropertyGets or sets the pendant of the navigation bar.  
    Public PropertyGets or sets the selected index.  
    Public PropertyGets or sets the selected pane.  
    Public PropertyGets or sets the thumb of the navigation bar.  
    Public PropertyGets or sets the number of pane headers from the start of the Panes collection that are considered "visible"  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Appends the displayable children of the element to the provided list. This implementation accumulates the children of this this element, which are NVisual instances.  
    Public MethodGiven a thumb position in thumb axis coordinates, determines the thumb value.  
    Public MethodPopulates the pendant menu with menu items.  
    Public MethodShows the NavigationBar Options dialog.  
    Top
    Protected Methods
     NameDescription
    Protected MethodAdds menu items for the hidden buttons (buttons that are not in the icons or headers lists)  
    Protected MethodOverridden. Arranges the element content.  
    Protected MethodCreates the root "Add/Remove" menu item, the subitems of which are the menu items for each command bar that resides in this command bar owner lane.  
    Protected MethodCreates a menu item that should be placed in the "Add/Remove" root menu item, and that represents the specified pane.  
    Protected MethodOverridden. Measures the desired size of the element content.  
    Protected MethodCalled when an add/remove menu item was clicked  
    Protected MethodCalled when the user clicks on the Options menu item.  
    Protected MethodCalled when the user clicks on a menu item in the overflow buttons list, that appears in the context menu.  
    Protected MethodCalled when the value of the SelectedIndex property has changed.  
    Protected MethodCalled when teh "Show Fewer Buttons" menu item is clicked  
    Protected MethodCalled when teh "Show More Buttons" menu item is clicked  
    Protected MethodCalled when the thumb is dragged.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the selected index property has changed.  
    Top
    See Also