|
Previous Top Next |
| Prototype: | (Long pFEQ, Long pValue) |
| pFEQ | The Field EQuate label of the control to set X-position for. |
| pValue | The X coordinates of the control to set in pixel |
This method uses the SetPixelPos method to set the X-position of a control in pixels.
Example:
ITW ITWindowsClass
Code
ITW.SetPixelXPos(?Button1,100) !! Set the button 100 pixels in from the left window edge.
See also: