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

Windows Class: RemoveWindowColor

Previous  Top  Next  


Prototype: (),BYTE

 

ReturnsReturns LEVEL:Benign

 

This method removes background color drawn on a window with the SetWindowColor method.  This method, and SetWindowColor, behave differently on an AppFrame window than they do on a standard window.  When you use it on an appframe it can only be done when the window opens.  On an appframe this method is called automatically when the window closes and should be treated as a private method.  On a normal window you can use this method anywhere to go back to the original color of the window. 

 

If SetWindowColor has not been called, this method does not do anything.

 

Example:

 

ITW  ITWindowsClass

Code

ITW.SetWindowColor(COLOR:White)

ITW.RemoveWindowColor

 

 

See also:

SetWindowColor

 

 

 



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