scripting:api:application:un-register-command

UnRegisterCommand

Method of IApplication

UnRegister a command

Application.UnRegisterCommand(pCommandHandler);

==== Visual Basic Script ====

Application.UnRegisterCommand pCommandHandler

==== C++ ====

HRESULT hr = Application.UnRegisterCommand(pCommandHandler);

===== See Also ===== IApplication