Returns or sets a bitmap containing a skin image, which will be applied when the Skin property has value 98 (skCreateFromPicture). This property can be set with a bit map (object type picture) or a String with the name of a skin file.
Syntax
[Set] object.SkinPicture [= bit map]
The SkinPicture property syntax has these parts:
| Part | Description |
| object | An object expression referencing to a vbSkinner object. |
| mapa de bits | A stdPicture object with a bit map containing a skin image or a String specifying a file name of a skin file. |
Set Skinner1.SkinPicture = LoadPicture ("path\file.bmp")
Or
Skinner1.SkinPicture = LoadPicture ("path\file.bmp")
Or
Skinner1.SkinPicture = "path\file.bmp"
Or
Skinner1.SkinPicture = "file.bmp"
Or
Skinner1.SkinPicture = "file"
Note: When setting a skin image to this property the Skin property automatically changes to skCreateFromPicture (98)
![]()
| See also: | To design skins |
| Skin (property) | |
| vbSkinner control constants |
![]()