UnregisterCustomCommand
method
Unregisters a Custom Command.
Syntax
C++
HRESULT
UnregisterCustomCommand (
BSTR CommandID )
Scripting languages
Object.UnregisterCustomCommand (
CommandID as String) |
Parameters
CommandID
The unique identifier of the custom command to be unregistered.
Return value
C++
The return code. |
Scripting languages
None. |
|
Home
Applies to
IERUCustomCommandManager
|