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