Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NCommandBarsManager Class
Properties Methods Events


In This Topic
    NCommandBarsManager Class Members
    In This Topic

    The following tables list the members exposed by NCommandBarsManager.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets a value whether the Manager can enter "Customizing" mode.  
    Public PropertyDetermines whether to display the default context menu.  
    Public PropertyGets the collection of command contexts for the framework.  
    Public PropertyGets the config object for the visual editor.  
    Public PropertyGets/sets the ImageList to apply to contexts.  
    Public PropertyGets/sets the mnemonics visibility of the menu bar.  
    Public PropertyGets/sets the NPalette to be used for the entire framework.  
    Public PropertyGets/sets a value which Palette value will be applied on a higher level Palette change.  
    Public PropertyGets/sets the control the docking framework will be on.  
    Public PropertyGets the collection of command context ranges for the framework.  
    Public PropertyGets/sets the keyboard shortcut combination used to trigger the "Customize" editor.  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Top
    Public Methods
     NameDescription
    Public Method  
    Public MethodSuspend any drawing operation on docks and toolbars.  
    Public MethodClears the state of the entire framework.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Overridden.   
    Public MethodResumes drawing from any previous suspend and optionally refreshes the framework.  
    Public MethodGets the toolbar dock with the specified DockStyle.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method  
    Public MethodGets all the objects that provide a NShortcut.  
    Public MethodHides all the docks and floating toolbars.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodPerforms layout of all the four docks and chidlren toolbars.  
    Public MethodNotifies all child and dependent GUI objects for a skin change.  
    Public Method  
    Public MethodInvalidates and updates the entire framework.  
    Public MethodResets the entire state of the manager including imagelists, ranges, contexts and toolbars.  
    Public MethodResumes resize and layout operations of all the four docks and additionally performs layout.  
    Public MethodShows all the docks and floating toolbars.  
    Public MethodProvides methos for showing the advanced visual editor of the framework.  
    Public MethodQueries all visible commands' uistate and invalidates only those which state has changed.  
    Public MethodSuspends resize and layout operations of all the four docks.  
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected Method  
    Protected Method  
    Protected Method  
    Top
    Public Events
     NameDescription
    Public EventNotifies that a command has been clicked.  
    Public EventNotifies that a command, sharing the specified context has been executed.  
    Public EventNotifies that a command, sharing the specified context is abound to be executed. This event is useful if you want to prevent a command from being executed under certain conditions.  
    Public EventNotifies that a command is about to show its context menu.  
    Public EventFired before the default processing of keyboard events occurs.  
    Public EventFired before the default processing of keyboard events occurs.  
    Public EventFired just before the command is painted. Use this event if you want to dynamically update the command's state.  
    Top
    See Also