ArcFM Engine Developer Guide
CommandManager Class Members
Properties  Methods 


The following tables list the members exposed by CommandManager.

Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)CheckmarkReturns the checkmark bitmap used to indicate checked menu items.  
Public PropertyCommandBarsReturns the list of CommandBar objects for the application.  
Public PropertyCommandOptionSetsReturns the list of CommandOptionSets for the application.  
Public PropertyCommandsReturns the list of Command objects for the application.  
Public PropertyCustomizeDialogShowingReturns whether the Customize dialog box is currently showing.  
Public PropertyDockWindowMenuKeyReturns the key of the main menu popup menu item containing the dockable window list (or an empty string if no dockable window list exists).  
Public PropertyFloatingCommandBarFadeDelayReturns/sets the amount of delay in milliseconds after no activity with a CommandBar to fade the CommandBar.  
Public PropertyImageListLargeReturns/sets the large image list (bitmap strip) of the CommandManager.  
Public PropertyImageListSmallReturns/sets the small image list (bitmap strip) of the CommandManager.  
Public PropertyImageTransparentColorReturns/sets the color to use as the transparent color for images.  
Public PropertyLockCommandBarsReturns/sets whether the toolbars can be moved.  
Public PropertyMainMenuReturns the CommandBar that is the main menu.  
Public PropertyMdiWindowMenuKeyReturns the key of the main menu popup menu item containing the MDI window list (or an empty string if no MDI window list exists).  
Public PropertyMenuAnimationStyleReturns/sets the style with which menus are displayed.  
Public PropertyShowFontNamesInFontReturns/sets whether font name menu items are shown in the font for the  
Public PropertyShowFullMenusReturns/sets whether full menus are always shown.  
Public PropertyShowFullMenusDelayReturns/sets the amount of delay before all menu items are shown.  
Public PropertyShowShortcutsInTooltipsReturns/sets whether the shortcut key combination for a Command is shown when the mouse hovers over the Command.  
Public PropertyShowTooltipsReturns/sets whether tool tips are shown when mouse hovers over a Command.  
Public PropertyToolBarStyleReturns/sets the toolbar style. Options are Office2000, OfficeXP, Office2003.  
Public PropertyUseLargeImagesOnCommandBarsReturns/sets whether large images are used on all toolbars.  
Public PropertyUseLargeImagesOnMenusReturns/sets whether large images are used on all menus.  
Top
Public Methods
 NameDescription
Public MethodAddDockWindowMenuItemsAdds 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.  
Public MethodAddMdiWindowMenuItemsOverloaded. 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.  
Public MethodDefaultMenuItemReturns the menu command item that is the default menu item (the first menu item with a bold font).  
Public MethodEnableCommandEventsProvides means to disable/re-enable command events.  
Public MethodMakePopupConstructs a temporary popup menu from control style information.  
Public MethodShowCustomizeDialogShows the Infragistics menu/toolbar customize dialog box.  
Public MethodShowPopupOverloaded. Displays a popup menu as a context menu.  
Top
See Also

Reference

CommandManager Class
Miner.Windows.Commands Namespace

 

 


Send Comment