Command Methods (SIS Control)
The following methods allow an application written using ActiveX Control to start system commands and to add application-specific commands and remove system commands from the local, right-mouse button menu.
AddCommand | Adds an application-defined command to the menu. |
AllowCommands | Adds or removes commands from the menu. |
CanDoCommand | Checks whether or not a command can be executed. |
DoCommand | Executes a command. |
GetCommandTick | Gets the tick state of an application-defined command. |
RemoveCommand | Removes an application-defined command. |
TickCommand | Sets or clears a tick on an application-defined command. |