NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IMenuCommandService.RemoveCommand

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
);

Parameters

command
The menu command to remove.

See Also

IMenuCommandService Interface | IMenuCommandService Members | System.ComponentModel.Design Namespace