|
Previous Top Next |
Prototype: | (Long pFrom, Long pTo) |
pFrom | Field EQuate label of a control to use position information from |
pTo | Field EQuate label of a control to set position. |
This method simply sets all position information for the pTo control exactly the same as the position information for the pFrom control. This includes the X and Y coordinates as well as Height and Width. Basically it places one control in exactly the same as the other control and makes them the same size.
Example:
ITW ITWindowsClass
Code
ITW.SetControlPostions(?Button1,?Button2)