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

Windows Class: SetWindowColor

Previous  Top  Next  


Prototype: (Long pColor)

 

pColorColor to use

 

When this method is used on an appframe window it should be called during the startup process of the window i.e. in ThisWindow.Init, after the window is opened (priority around 8000). 

 

When this method is used on other windows it can be called anywhere and at any time after the window is opened and called repeatedly. 

 

Example:

 

ITW  ITWindowsClass

Col  Long

Code

If ColorDialog('Select Color',Col)

  ITW.SetWindowColor(Col)

End

 

 

See also:

RemoveWindowColor

 

 

 



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