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


In This Topic
    NCommandBarManager Class Members
    In This Topic

    The following tables list the members exposed by NCommandBarManager.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the BottomDock child.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ClosedCommandBars child.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Floaters child.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the LeftDock child.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NCommandBarManager.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the RightDock child.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ShowContextMenu property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the TopDock child.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the Bottom dock  
    Public PropertyGets or sets the ClosedCommandBars collection, that contains the command bars that are closed. A command bar that is closed can be redocked or refloated, depending on its state prior to the closing.  
    Public PropertyGets or sets the Floaters collection, that contains the floating windows that contain the floating command bars.  
    Public PropertyGets or sets the Left dock  
    Public PropertyGets or sets the Right dock  
    Public PropertyGets/Sets whether to show the context menu for showing/hiding command bars. By default set to true.  
    Public PropertyGets or sets the Top dock  
    Top
    Public Methods
     NameDescription
    Public MethodGets a list of the closed command bars that are currently managed by this manager.  
    Public MethodGets all command bars that are managed by this manager.  
    Public Method  
    Public MethodGets a list of the docked command bars that are currently managed by this manager.  
    Public MethodGets a list of the floating command bars that are currently managed by this manager.  
    Public MethodOverloaded. Gets the dock type for a given child dock. Throws an exeption if the specified dock is not a child dock of this manager.  
    Public MethodRemoves the empty lanes, that are not preserved for redock.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Arranges the content of the element within the specified content area.  
    Protected MethodCreates a menu item that represents the specified command bar in the visibility context menu.  
    Internal Method  
    Protected MethodOverridden. Measures the desired size of the element content  
    Protected MethodCalled when a menu item from the visibility context menu has been clicked  
    Protected MethodOverridden. Default handler for the mouse down events  
    Protected MethodShows a context menu from which the user can control the command bars visiblity.  
    Top
    See Also