Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Utility() function, BACKCOLOR propertyFORECOLOR propertyGRADIENTSTYLE property

Example

 
Code Block
* 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
 

...

Remarks

For more information about CHOOSECOLOR, refer to the descriptions of the BACKCOLOR and FORECOLOR properties in Chapter 4: Properties.