BackColor
- Last UpdatedNov 17, 2021
- 1 minute read
The BackColor property is a read-write property that specifies the background color for the control.
Syntax
<objectname>.BackColor = integer;
Result = <objectname>.BackColor;
Remarks
The default value of 1 indicates to use the window color.