Returns or sets a value indicating whether the BackColor of the controls contained in the form will be changed in order to show the same color as the form BackColor.
Syntax
object.ChangeControlsBackColor [= value]
The ChangeControlsBackColor property syntax has these parts:
| Part | Description |
| object | An object expression referencing to a vbSkinner object. |
| value | A Boolean expression specifying if the controls BackColor will be changed, as described in Settings. |
Settings
The settings for value are:
| Value | Description |
| True | (Default) The BackColor property of the controls (that have this property) will be changed to show the color of the skin established by the BodySkin property or the image from SkinPicture |
| False | The controls of the form will preserve their original BackColor when settling a skin. |
Note: Only the colors of the controls whose BackColor property has the same value that the BackColor property of the form will be changed.
![]()
| See also: | ChangeControlsForeColor (property) |
| BodySkin (property) |
![]()