[]
execCommand method of IHTMLDocument2 interface.
bool execCommand(string cmdID, bool showUI, object value)
| Type | Name | Description |
|---|---|---|
| string | cmdID | |
| bool | showUI | |
| object | value |
| Type | Description |
|---|---|
| bool |
An original IDL definition of execCommand method was the following: HRESULT execCommand (BSTR cmdID, [optional, defaultvalue(0)] VARIANT_BOOL showUI, [optional] VARIANT value, [out, retval] VARIANT_BOOL* ReturnValue);