MenuCommandServiceBase Class Members
See Also  Properties Methods 
SourceCode.Framework.Design Namespace : MenuCommandServiceBase Class


Glossary Item Box

The following tables list the members exposed by MenuCommandServiceBase.

Public Properties

  Name Description
Public Property MenuCommandsXml  
Public Property Site  
Public Property Verbs Gets or sets an array of the designer verbs that are currently available.  
Top

Public Methods

  Name Description
Public Method AddCommand Adds the specified standard menu command to the menu.  
Public Method AddCommandItem  
Public Method AddMenuItem  
Public Method AddSeperator  
Public Method AddVerb Adds the specified designer verb to the set of global designer verbs.  
Public Method Dispose Overloaded.   
Public Method FindCommand Searches for the specified command ID and returns the menu command associated with it.  
Public Method GetDesignerHost  
Public Method GetImageResource Overloaded.   
Public Method GetMenuObject  
Public Method GlobalInvoke Invokes a menu or designer verb command matching the specified command ID.  
Public Method RemoveCommand Removes the specified standard menu command from the menu.  
Public Method RemoveVerb Removes the specified designer verb from the collection of global designer verbs.  
Public Method ShowContextMenu Shows the specified shortcut menu at the specified location.  
Public Method ShowMenu  
Public Method StandardCommandEventHandler  
Top

See Also