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


NRibbonTab Class Members

The following tables list the members exposed by NRibbonTab.

Public Constructors
 NameDescription
Public ConstructorDefault constructor.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Reference to the AdditionalHeaderContent child.  
Public Fieldstatic (Shared in Visual Basic)Reference to the AdditionalTabContent child.  
Public Fieldstatic (Shared in Visual Basic)Reference to the ApplicationMenu child.  
Public Fieldstatic (Shared in Visual Basic)Reference to the CollapseButton child.  
Public Fieldstatic (Shared in Visual Basic)Reference to the Expanded property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the HeadersSpacing property.  
Public Fieldstatic (Shared in Visual Basic)Schema associated with NRibbonTab.  
Public Fieldstatic (Shared in Visual Basic)Reference to the QuickAccessToolBar child.  
Public Fieldstatic (Shared in Visual Basic)Reference to the ScrollLeftButton child.  
Public Fieldstatic (Shared in Visual Basic)Reference to the ScrollRightButton child.  
Public Fieldstatic (Shared in Visual Basic)Reference to the SearchBox child.  
Public Fieldstatic (Shared in Visual Basic)Reference to the SelectedIndex property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the TabPageGroups child.  
Public Fieldstatic (Shared in Visual Basic)Reference to the TabPages child.  
Top
Protected Fields
 NameDescription
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyGets/Sets the additional header content of the ribbon tab. Can be any widget and is most commonly a Help button. By default set to null.  
Public PropertyGets/Sets the additional tab content of the ribbon tab that is placed to the right of the tab pages content, which usually is after the last ribbon group. Can be any widget and is most commonly an image box with a logo. By default set to null.  
Public PropertyGets/Sets the application menu.  
Public PropertyGets/Sets the collapse button.  
Public PropertyGets/Sets whether the ribbon is expanded.  
Public PropertyGets/Sets the spacing between ribbon tab page headers.  
Public PropertyGets/Sets the quick access toolbar.  
Public PropertyGets/Sets scroll left button.  
Public PropertyGets/Sets the scroll right button.  
Public PropertyGets/Sets the SearchBox child.  
Public PropertyGets/Sets the selected page index.  
Public PropertyGets/Sets the selected page.  
Public PropertyGets/Sets the TabPageGroups child.  
Public PropertyGets/Sets the tab pages of this ribbon tab.  
Top
Public Methods
 NameDescription
Public MethodOverridden. Appends the displayable children of the node to the provided list.  
Public MethodEnsures that the given tab page is visible.  
Public MethodOverridden. Overriden to include the headers measure in the border thickness measure.  
Public MethodNavigates to the given page.  
Public MethodOverridden. Called to propagate the forward display traversal to the node child.  
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Overriden to make the content occupy the content area.  
Internal Method  
Protected MethodOverridden. Overriden to return a border wall for the group box.  
Protected MethodOverridden. Overriden to return the desired size of the content.  
Protected MethodOverridden. Called when a child node has been inserted.  
Protected MethodCalled when the collapse button was clicked.  
Protected MethodCalled when the scroll left button was clicked.  
Protected MethodCalled when the scroll right button was clicked.  
Protected MethodCalled when the SelectedIndex property has changed.  
Internal Method  
Top
Public Events
 NameDescription
Public EventOccurs when the selected index property has changed.  
Top
See Also