ArcFM Engine Developer Guide
PopupMenuCommand Class Members
Properties  Methods  Events


The following tables list the members exposed by PopupMenuCommand.

Public Constructors
 NameDescription
Public ConstructorPopupMenuCommand ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyAllowTearawayReturns/sets whether the menu can be torn away and floated. (Inherited from Miner.Windows.Commands.PopupCommandBase)
Public PropertyBoundsReturns the location and size of the command in screen coordinates. (Inherited from Miner.Windows.Commands.Command)
Public PropertyCaptionReturns/sets the caption to be displayed for this Command. (Inherited from Miner.Windows.Commands.Command)
Public PropertyCategoryReturns/sets the Category to which this Command belongs. (Inherited from Miner.Windows.Commands.Command)
Public PropertyCommandsReturns the list of Commands for the associated popup menu.  
Public PropertyCustomizerCaptionReturns/sets a string of text that appears in the run-time Customizer dialog's Commands list. (Inherited from Miner.Windows.Commands.Command)
Public PropertyCustomizerDescriptionReturns/sets a string of text that is a detailed description of this command in the customizer. (Inherited from Miner.Windows.Commands.Command)
Public PropertyDefaultSizeReturns the default size of this command. (Inherited from Miner.Windows.Commands.Command)
Public PropertyDescriptionReturns/sets the description (displayed in status bar) for this Command. (Inherited from Miner.Windows.Commands.Command)
Public PropertyDisplayStyleReturns/sets the display style (DisplayStyle) for this Command. (Inherited from Miner.Windows.Commands.Command)
Public PropertyDropDownArrowStyleReturns/sets the style of the dropdown arrow. (Inherited from Miner.Windows.Commands.PopupCommandBase)
Public PropertyEnabledReturns/sets whether the Command is enabled. (Inherited from Miner.Windows.Commands.Command)
Public PropertyFontBoldReturns/sets the font bold property of the root or instance tool. (Inherited from Miner.Windows.Commands.Command)
Public PropertyHeightReturns the height of this command. (Inherited from Miner.Windows.Commands.Command)
Public PropertyImageReturns/sets the image or image index (into the CommandManager's ImageListSmall bitmap strip) for this Command. (Inherited from Miner.Windows.Commands.Command)
Public PropertyImageLargeReturns/sets the large image or image index (into the CommandManager's ImageListLarge bitmap strip) for this Command. (Inherited from Miner.Windows.Commands.Command)
Public PropertyIndexReturns the index of this command in the command manager's Commands collection. (Inherited from Miner.Windows.Commands.Command)
Public PropertyIsActiveToolReturns/sets whether this command is the active command. (Inherited from Miner.Windows.Commands.Command)
Public Propertystatic (Shared in Visual Basic)IsAnyPopupMenuShowingReturns whether any popup menu is currently displayed (for prohibiting data refresh in Responder).  
Public PropertyIsControlContainerReturns whether this command is a container command that can contain other controls. (Inherited from Miner.Windows.Commands.Command)
Public PropertyIsFirstInGroupReturns/sets whether a separator bar is displayed preceeding this Command. The Command must be an "instance" Command (i.e., a command that appears on a menu or toolbar). (Inherited from Miner.Windows.Commands.Command)
Public PropertyIsOpenReturns whether the associated popup menu is being shown.  
Public PropertyIsRootToolReturns whether this command is a command in the command manager's Commands collection. (Inherited from Miner.Windows.Commands.Command)
Public PropertyKeyReturns the unique string identifier for this Command. (Inherited from Miner.Windows.Commands.Command)
Public PropertyPersistReturns/sets whether this command is to be persisted when the application closes (to prevent MDI window commands from being persisted). (Inherited from Miner.Windows.Commands.Command)
Public PropertyPriorityReturns/sets a value that determines which tools are shown on a toolbar when there is not enough room (lower priority commands are hidden first). (Inherited from Miner.Windows.Commands.Command)
Public PropertyRecentlyUsedReturns/sets whether the Command is a recently-used Command. The Command must be an "instance" Command (i.e., a command that appears on a menu or toolbar). (Inherited from Miner.Windows.Commands.Command)
Public PropertySettingsReturns the menu settings for the associated popup menu.  
Public PropertyShortcutReturns/sets the keyboard shortcut (accelerator key) for this Command. (Inherited from Miner.Windows.Commands.Command)
Public PropertyShowInCustomizerReturns/sets whether the Command can be shown in the customizer dialog. (Inherited from Miner.Windows.Commands.Command)
Public PropertyTooltipReturns/sets the tooltip to be displayed for this Command. (Inherited from Miner.Windows.Commands.Command)
Public PropertyVisibleReturns/sets whether the Command is visible. (Inherited from Miner.Windows.Commands.Command)
Public PropertyVisibleInstanceReturns whether any CommandBar instance of this tool is currently visible. (Inherited from Miner.Windows.Commands.Command)
Public PropertyWidthReturns/sets the width of the Command depending on whether it is a root Command or an "instance" (PopupMenuCommand or CommandBar item) Command. (Inherited from Miner.Windows.Commands.Command)
Top
Public Methods
 NameDescription
Public MethodExecuteRaises the Click event for this Command. (Inherited from Miner.Windows.Commands.Command)
Public MethodOnDropDownClosedProvides a method to override that will be called after the dropdown list is closed and raises the DropDownClosed event. (Inherited from Miner.Windows.Commands.PopupCommandBase)
Public MethodOnDropDownOpeningProvides a method to override that will be called before the dropdown list is shown and raises the BeforeDropDown event. (Inherited from Miner.Windows.Commands.PopupCommandBase)
Top
Protected Methods
 NameDescription
Protected MethodOnActivatingRaises the Activating event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command)
Protected MethodOnClickRaises the Click event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command)
Protected MethodOnContextMenuOpeningRaises the BeforeShowInContextMenu event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command)
Protected MethodOnDeactivatedRaises the Deactivated event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command)
Protected MethodOnDoubleClickRaises the DoubleClick event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command)
Protected MethodOnKeyDownRaises the KeyDown event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command)
Protected MethodOnKeyPressRaises the KeyPress event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command)
Protected MethodOnKeyUpRaises the KeyUp event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command)
Protected MethodOnValueChangedRaises the ValueChanged event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command)
Top
Public Events
 NameDescription
Public EventActivatingThe event that is raised before a control gains the focus. (Inherited from Miner.Windows.Commands.Command)
Public EventClickThe event that is raised when the control is clicked. (Inherited from Miner.Windows.Commands.Command)
Public EventContextMenuOpeningThe event that is raised before a command is shown in a context menu. (Inherited from Miner.Windows.Commands.Command)
Public EventDeactivatedThe event that is raised after a control has lost the focus. (Inherited from Miner.Windows.Commands.Command)
Public EventDoubleClickThe event that is raised when the control is double-clicked. (Inherited from Miner.Windows.Commands.Command)
Public EventDropDownClosedThis event allows listeners to be informed whenever a dropdown window has just been closed. (Inherited from Miner.Windows.Commands.PopupCommandBase)
Public EventDropDownOpeningThis event allows listeners to be informed whenever a dropdown window is about to be displayed. (Inherited from Miner.Windows.Commands.PopupCommandBase)
Public EventKeyDownThe event that is raised when a key is pressed while the control has focus. (Inherited from Miner.Windows.Commands.Command)
Public EventKeyPressThe event that is raised when a key is pressed while the control has focus. (Inherited from Miner.Windows.Commands.Command)
Public EventKeyUpThe event that is raised when a key is released while the control has focus. (Inherited from Miner.Windows.Commands.Command)
Public EventValueChangedThe event that is raised when the value of a control changes. (Inherited from Miner.Windows.Commands.Command)
Top
See Also

Reference

PopupMenuCommand Class
Miner.Windows.Commands Namespace

 

 


Send Comment