ForeColor Property (SuperLabel)
In This Topic
Gets or sets the field's foreground color.
Syntax
'Declaration
Public Property ForeColor As Color
public Color ForeColor {get; set;}
Example
The code below uses script to change the color of the text in the UnitsInStock field when its value falls below the reorder level.
See Also