|
Previous Top Next |
Prototype: | (Long pFEQ, Long pC, Long pValue) |
pFEQ | The Field EQuate label of the control to set height for. |
pC | The property to set. This can be PROP:Height, PROP:Width, PROP:Xpos or PROP:Ypos |
pValue | The height of the control to set in pixel |
This method sets the appropriate property such as height, width, x-position or y-position in pixels. It is used by SetPixelHeight, SetPixelWidth, SetPixelXPos and SetPixelYPos.
Example:
ITW ITWindowsClass
Code
ITW.SetPixelPos(?Button1, PROP:Heigth, 25) !! Set the button 25 pixels tall.
See also: