Name | Description | |
---|---|---|
![]() | NCommandBarsManager Constructor | Overloaded. |
The following tables list the members exposed by NCommandBarsManager.
Name | Description | |
---|---|---|
![]() | NCommandBarsManager Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | AllowCustomize | Gets/sets a value whether the Manager can enter "Customizing" mode. |
![]() | ContextMenuEnabled | Determines whether to display the default context menu. |
![]() | Contexts | Gets the collection of command contexts for the framework. |
![]() | EditorConfig | Gets the config object for the visual editor. |
![]() | ImageList | Gets/sets the ImageList to apply to contexts. |
![]() | MenuBarMnemonicsVisibility | Gets/sets the mnemonics visibility of the menu bar. |
![]() | Palette | Gets/sets the NPalette to be used for the entire framework. |
![]() | PaletteInheritance | Gets/sets a value which Palette value will be applied on a higher level Palette change. |
![]() | ParentControl | Gets/sets the control the docking framework will be on. |
![]() | Ranges | Gets the collection of command context ranges for the framework. |
![]() | Shortcut | Gets/sets the keyboard shortcut combination used to trigger the "Customize" editor. |
Name | Description | |
---|---|---|
![]() | CanRaiseEvents | (Inherited from System.ComponentModel.Component) |
![]() | Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | ApplyPalette | |
![]() | BeginUpdate | Suspend any drawing operation on docks and toolbars. |
![]() | Clear | Clears the state of the entire framework. |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose | Overloaded. Overridden. |
![]() | EndUpdate | Resumes drawing from any previous suspend and optionally refreshes the framework. |
![]() | GetDock | Gets the toolbar dock with the specified DockStyle. |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | GetSerializationData | |
![]() | GetShortcutProviders | Gets all the objects that provide a NShortcut. |
![]() | Hide | Hides all the docks and floating toolbars. |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | LayoutDocks | Performs layout of all the four docks and chidlren toolbars. |
![]() | NotifySkinChange | Notifies all child and dependent GUI objects for a skin change. |
![]() | OnKeyPreview | |
![]() | Refresh | Invalidates and updates the entire framework. |
![]() | Reset | Resets the entire state of the manager including imagelists, ranges, contexts and toolbars. |
![]() | ResumeDocksLayout | Resumes resize and layout operations of all the four docks and additionally performs layout. |
![]() | Show | Shows all the docks and floating toolbars. |
![]() | ShowEditor | Provides methos for showing the advanced visual editor of the framework. |
![]() | SmartRefresh | Queries all visible commands' uistate and invalidates only those which state has changed. |
![]() | SuspendDocksLayout | Suspends resize and layout operations of all the four docks. |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from System.ComponentModel.Component) |
![]() | GetService | (Inherited from System.ComponentModel.Component) |
![]() | MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |
![]() | OnLocalSkinChanged | |
![]() | OnPreviewKeyDown | |
![]() | OnPreviewKeyUp |
Name | Description | |
---|---|---|
![]() | CommandClicked | Notifies that a command has been clicked. |
![]() | CommandContextExecuted | Notifies that a command, sharing the specified context has been executed. |
![]() | CommandContextExecuting | Notifies 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. |
![]() | CommandPopup | Notifies that a command is about to show its context menu. |
![]() | PreviewKeyDown | Fired before the default processing of keyboard events occurs. |
![]() | PreviewKeyUp | Fired before the default processing of keyboard events occurs. |
![]() | QueryCommandUIState | Fired just before the command is painted. Use this event if you want to dynamically update the command's state. |