Returns or sets a value indicating whether the ForeColor of the controls contained in the form will be changed according to the color set in the BodyForeColor property, or the one provided in the skin image loaded in SkinPicture or by the user in the Change skin dialog box, depending on the value that has the Skin property.
Syntax
object.ChangeControlsForeColor [= value]
The ChangeControlsForeColor property syntax has these parts:
| Part | Description |
| object | An object expression referencing to a vbSkinner object. |
| value | A Boolean expression specifying if the controls will change their ForeColor, as described in Settings. |
Settings
The settings for value are:
| Value | Description |
| True | (Default) The ForeColor property of the controls (that have this property) will be changed according to the BodyForeColor value or to the corresponding color contained in the SkinPicture image. |
| False | The controls of the form will preserve their original ForeColor when settling a skin. |
Note: Only the colors of the controls whose ForeColor property has the same value that the ForeColor property of the form will be changed.
![]()
| See also: | ChangeControlsBackColor (property) |
| BodyForeColor (property) | |
| SkinPicture (property) | |
| Skin (property) |
![]()