|
ActiveX.doVerbUIActivate() |
|
Availability
Windows
Usage
ActiveXinstance.doVerbUIActivate():Void
Parameters
None
Returns
Nothing
Description
Executes a UIACTIVATE verb on the ActiveX Object. Activates an object in place, along with its full set of user-interface tools, including menus, toolbars, and its name in the title bar of the container window.
Notes
For use after an ActiveX Object has been instantiated.
Example
To execute this command on the ActiveX Object, myActiveX :
myActiveX.doVerbUIActivate()