|
ActiveX.show() |
|
Availability
Windows
Usage
ActiveXinstance.show():Void
Parameters
None
Returns
Nothing
Description
Shows a previously created ActiveX Instance
Notes
For use after an ActiveX Object has been instantiated.
Example
To show the ActiveX Instance myActiveX :
myActiveX.show()