Color.TextColor
From Xojo Documentation
Method
The system text color.
Usage
result = Color.TextColor
Part | Type | Description |
---|---|---|
result | Color | The color used for drawing text. |
Notes
This value is useful when you are using Canvas controls to create custom controls. When drawing objects, use this color as the ForeColor value when drawing text.
The Color.DisabledTextColor returns the system color for drawing disabled text.
This value can be changed by the user or when the system switches between light/dark modes, so you should use this method in the Paint event handler rather than storing the value.
See Also
Color for a complete list of functions.