

| Type | Description | |||
| State as StateEnum | A StateEnum expression that indicates the state skin to be changed. | |||
| File as String | A string expression that specifies the path to a skin file ( *.ebn ), a string expression that indicates the BASE64 encoded string that holds a skin file ( *.ebn ). Use the Exontrol's exImages tool to build BASE 64 encoded strings on the skin file (*.ebn) you have created. If the File parameter is an empty string the skin is erased, so your button displays only the Image and the Caption of the button without a visual appearance ( skin ). |
The Style property automatically updates the following properties, depending on the style you choose:
The following sample displays only the exPressed skin when the user clicks the button:
With Button1
.Caption = "&Help"
.Style = exXPBlue
.AllowHotState = False
.UseFocusSkin = False
.Skin exNormal, ""
End With
We would recommend taking a look over the following articles: