ActiveX.height


 

Availability

 

Windows

 

Usage

 

ActiveXinstance.height:Number

 

Description

 

Gets or Sets the Height as an integer of the referenced ActiveX instance

 

Notes

 

None

 

Example

 

The following code sets the Height of the myActiveX object to 500 pixels:

 

myActiveX.height = 500;