Miner.Windows Assembly > Miner.Windows.Commands Namespace : CommandManager Class |
The following tables list the members exposed by CommandManager.
Name | Description | |
---|---|---|
![]() ![]() | Checkmark | Returns the checkmark bitmap used to indicate checked menu items. |
![]() | CommandBars | Returns the list of CommandBar objects for the application. |
![]() | CommandOptionSets | Returns the list of CommandOptionSets for the application. |
![]() | Commands | Returns the list of Command objects for the application. |
![]() | CustomizeDialogShowing | Returns whether the Customize dialog box is currently showing. |
![]() | DockWindowMenuKey | Returns the key of the main menu popup menu item containing the dockable window list (or an empty string if no dockable window list exists). |
![]() | FloatingCommandBarFadeDelay | Returns/sets the amount of delay in milliseconds after no activity with a CommandBar to fade the CommandBar. |
![]() | ImageListLarge | Returns/sets the large image list (bitmap strip) of the CommandManager. |
![]() | ImageListSmall | Returns/sets the small image list (bitmap strip) of the CommandManager. |
![]() | ImageTransparentColor | Returns/sets the color to use as the transparent color for images. |
![]() | LockCommandBars | Returns/sets whether the toolbars can be moved. |
![]() | MainMenu | Returns the CommandBar that is the main menu. |
![]() | MdiWindowMenuKey | Returns the key of the main menu popup menu item containing the MDI window list (or an empty string if no MDI window list exists). |
![]() | MenuAnimationStyle | Returns/sets the style with which menus are displayed. |
![]() | ShowFontNamesInFont | Returns/sets whether font name menu items are shown in the font for the |
![]() | ShowFullMenus | Returns/sets whether full menus are always shown. |
![]() | ShowFullMenusDelay | Returns/sets the amount of delay before all menu items are shown. |
![]() | ShowShortcutsInTooltips | Returns/sets whether the shortcut key combination for a Command is shown when the mouse hovers over the Command. |
![]() | ShowTooltips | Returns/sets whether tool tips are shown when mouse hovers over a Command. |
![]() | ToolBarStyle | Returns/sets the toolbar style. Options are Office2000, OfficeXP, Office2003. |
![]() | UseLargeImagesOnCommandBars | Returns/sets whether large images are used on all toolbars. |
![]() | UseLargeImagesOnMenus | Returns/sets whether large images are used on all menus. |
Name | Description | |
---|---|---|
![]() | AddDockWindowMenuItems | Adds to the specified PopupMenuCommand menu item the list of dockable windows that are currently defined. If another menu item is currently defined as holding the list, the items will first be deleted from that menu item. |
![]() | AddMdiWindowMenuItems | Overloaded. Adds to the specified PopupMenuCommand menu item the list of MDI windows that are currently defined. If another menu item is currently defined as holding the list, the items will first be deleted from that menu item. |
![]() | DefaultMenuItem | Returns the menu command item that is the default menu item (the first menu item with a bold font). |
![]() | EnableCommandEvents | Provides means to disable/re-enable command events. |
![]() | MakePopup | Constructs a temporary popup menu from control style information. |
![]() | ShowCustomizeDialog | Shows the Infragistics menu/toolbar customize dialog box. |
![]() | ShowPopup | Overloaded. Displays a popup menu as a context menu. |