Removes the specified MenuCommand from the document.
[Visual Basic] Sub RemoveCommand( _ ByVal command As MenuCommand _ ) [C#] void RemoveCommand( MenuCommand command ); [C++] void RemoveCommand( MenuCommand* command ) = 0; [JScript] function RemoveCommand( command : MenuCommand );
IMenuCommandService Interface | IMenuCommandService Members | System.ComponentModel.Design Namespace