Returns or sets a value indicating the skin selected for the form body.
Syntax
object.BodySkin [= value]
The BodySkin property syntax has these parts:
| Part | Description |
| object | An object expression referencing to a vbSkinner object. |
| value | A long value that specifies what skin will be used to draw the form body. |
Settings
The settings for value are:
| Value | Description |
| skLightGray (0) | (Default) The form body skin is light gray with rounded edges. |
| skMediumGray (1) | The form body skin is gray with rounded edges. |
| skLightBlue (2) | The form body skin is bluish gray tone with rounded edges. |
| skBeige (3) | The form body skin is beige tone with rounded edges. |
| skDark (4) | The form body skin is bluish dark gray with rounded edges. |
| skSquareLightGray (5) | The form body skin is light gray with square edges. |
| skSquarePlainGray (6) | The form body skin is dark gray with square edges |
![]()
| See also: | TitleBarSkin (property) |
| Skin (property) | |
| ChangeControlsBackColor (property) | |
| BodyForeColor (property) | |
| vbSkinner control constants |
![]()