SetBackgroundColor
Sets the background color to the current form.
Parameters:
Name |
Type |
Description |
r |
byte
|
Red color component value. |
g |
byte
|
Green color component value. |
b |
byte
|
Blue color component value. |
bNone |
boolean
|
Defines that background color will not be set. |
Returns:
- Type
-
boolean