ForeColor
- Last UpdatedNov 17, 2021
- 1 minute read
The Fore property is a read-write property that gets or sets the color to be used for the foreground color in the control.
Syntax
<objectname>.ForeColor = Long;
Result = <objectname>.ForeColor;
Remarks
The default value is 1 (the window color).