|
ActiveX.doVerbInPlaceActivate() |
|
Availability
Windows
Usage
ActiveXinstance.doVerbInPlaceActivate():Void
Parameters
None
Returns
Nothing
Description
Executes an INPLACEACTIVATE verb on the ActiveX Object. Activates an object in place without displaying tools, such as menus and toolbars, that end users need to change the behavior or appearance of the object. Single-clicking such an object causes it to negotiate the display of its user-interface tools with its container. If the container refuses, the object remains active but without its tools displayed.
Notes
For use after an ActiveX Object has been instantiated.
Example
To execute this command on the ActiveX Object, myActiveX :
myActiveX.doVerbInPlaceActivate()