www.icetips.com  Icetips Utilities Documentation 5/9/2015    

Windows Class: SetControlPositions

Previous  Top  Next  


Prototype: (Long pFrom, Long pTo)

 

pFromField EQuate label of a control to use position information from

 

pToField 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)

 

 

 

 



Direct link to this page: http://www.icetips.com/manuals/utilities/setcontrolpositions_window.htm