Returns or sets a value indicating the text color inside the form. This property will take effect when the ChangeControlsForeColor property is set to true. In that case, vbSkinner automatically changes the ForeColor property of every control that have this property inside the form. Data type: long.
Syntax
object.BodyForeColor [= color]
The BodyForeColor property syntax has these parts:
| Part | Description |
| object | An object expression referencing to a vbSkinner object. |
| color | A value or a constant that sets the text color of the form controls, as described in Setting. |
Settings
The settings for color are:
| Value | Description |
| Normal RGB colors | Colors specified by using the Color palette or by using the RGB or QBColor functions in code. |
| System default colors | Colors specified by system color constants listed in the Visual Basic (VB) object library in the Object Browser. The Windows operating environment substitutes the user's choices as specified in the Control Panel settings. |
Remarks
When this color setting is read from an image contained in the SkinPicture
property or loaded by the user from the Change skin dialog box system default colors
can not be assigned, but only RGB colors.
![]()
| See also: | ChangeControlsForeColor (property) |
| BodySkin (property) |
![]()