Uses of Class
system.componentmodel.design.MenuCommand
-
Packages that use MenuCommand Package Description system.componentmodel.design system.windows.forms.design.behavior -
-
Uses of MenuCommand in system.componentmodel.design
Subclasses of MenuCommand in system.componentmodel.design Modifier and Type Class Description class
DesignerVerb
The base .NET class managing System.ComponentModel.Design.DesignerVerb, System.ComponentModel.TypeConverter, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a.Methods in system.componentmodel.design that return MenuCommand Modifier and Type Method Description static MenuCommand
MenuCommand. cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoMenuCommand
, a cast assert is made to check if types are compatible.MenuCommand
IMenuCommandService. FindCommand(CommandID commandID)
MenuCommand
IMenuCommandServiceImplementation. FindCommand(CommandID commandID)
MenuCommand
MenuCommandService. FindCommand(CommandID commandID)
MenuCommand
MenuCommandsChangedEventArgs. getCommand()
Methods in system.componentmodel.design with parameters of type MenuCommand Modifier and Type Method Description void
IMenuCommandService. AddCommand(MenuCommand command)
void
IMenuCommandServiceImplementation. AddCommand(MenuCommand command)
void
MenuCommandService. AddCommand(MenuCommand command)
void
IMenuCommandService. RemoveCommand(MenuCommand command)
void
IMenuCommandServiceImplementation. RemoveCommand(MenuCommand command)
void
MenuCommandService. RemoveCommand(MenuCommand command)
Constructors in system.componentmodel.design with parameters of type MenuCommand Constructor Description MenuCommandsChangedEventArgs(MenuCommandsChangedType changeType, MenuCommand command)
-
Uses of MenuCommand in system.windows.forms.design.behavior
Methods in system.windows.forms.design.behavior that return MenuCommand Modifier and Type Method Description MenuCommand
Behavior. FindCommand(CommandID commandId)
-