ListBoxSetColor

Help Contents GUI programming ListBoxes ListBoxSetColor
ListBoxSetBackgroundColor ListBoxSetFontSize

ListBoxSetColor alistbox color


Command to set the foreground color of the ListBox alistbox to the color color.

color must be a valid color, see also setPenColor!

Example:

lb=ListBox [][LB] [[The first String][S2][S3]] [][]
ListBoxSetColor lb "red

Reference:

ListBoxSetBackgroundColor ListBoxSetFontSize