ActiveX.width


 

Availability

 

Windows

 

Usage

 

ActiveXinstance.width:Number

 

Description

 

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

 

Notes

 

None

 

Example

 

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

 

myActiveX.width = 500;