|
Previous Top Next |
Prototype: | (Long pColor) |
pColor | Color 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: