CHOOSECOLOR Service
Description
Parameters
Parameter | Description | |
---|---|---|
object | Owner window. | |
value | Color value then initialize this dialog box or null if operation was canceled. | |
Returnvalue | Selected color as a decimal number.\\ |
See Also
Example
* Set the color for CtrlEntID Color = Get_Property(CtrlEntID, "BACKCOLOR") Parent = CtrlEntID [1,"."] Color = Utility("CHOOSECOLOR", Parent, Color) if len(Color) then Call Set_Property(Parent, "BACKCOLOR", Color) end