ActiveX.visible
Availability
Windows
Usage
ActiveXinstance.visible:Boolean
Description
Sets the visibility of the ActiveX Instance.
Notes
None
Example
To hide the ActiveX Instance called myActiveX:
myActiveX.visible = false;