|
ActiveX.doVerbCustom() |
|
Availability
Windows
Usage
ActiveXinstance.doVerbCustom(verbID:Number):Void
Parameters
VerbID:Number Integer ID of the Verb
Returns
Nothing
Description
Executes a custom or non-standard verb on the ActiveX object, specified by an integer ID.
Notes
For use after an ActiveX Object has been instantiated.
Example
To execute this command on the ActiveX Object, myActiveX :
myActiveX.doVerbCustom(10)