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

Windows Class: SetWindowSize

Previous  Top  Next  


Prototype: (Long pWidth, Long pHeight, Byte pSetPixels=True)

 

pWidthThe width of the window

 

pHeightThe height of the window

 

pSetPixelsIndicates if PROP:Pixels is turned on during the sizing

 

This method does the same thing as the clarion Position() function, but can alternatively be set to use pixels for more accurate sizing.

 

Example:

 

ITW  ITWindowsClass

Code

ITW.SetWindowSize(800,600,True)

 

See also:

SetWindowPosition

 

 

 



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