|
ActiveX.x |
|
Availability
Windows
Usage
ActiveXinstance.x:Number
Description
Gets or Sets the pixel X position as an integer of the referenced ActiveX instance
Notes
None
Example
The following code sets the X position of the myActiveX object to 100 pixels:
myActiveX.x = 100;