|
ActiveX.doVerbHide() |
|
Availability
Windows
Usage
ActiveXinstance.doVerbHide():Void
Parameters
None
Returns
Nothing
Description
Executes a HIDE verb on the ActiveX Object. This causes an Object to remove it's User Interface from view. Only applies to Objects that are activated In-Place.
Notes
For use after an ActiveX Object has been instantiated.
Example
To execute this command on the ActiveX Object, myActiveX :
myActiveX.doVerbHide()