ButtonEx ActiveX Control Reference
Indicates whether the background of the button is transparent or opaque. Useful only on buttons with Appearance set to Skin.
Property type
A BackStyleConstants value.
Syntax
object.BackStyle [= enum]
The BackStyle property syntax has these parts:
| Part | Description |
| object | An expression evaluating to an object of type ButtonEx. |
| enum | A BackStyleConstants value. |
Settings
When set to Opaque, the MaskColor is ignored and no masking takes place.
When set to Transparent, the BackColor is ignored and masking takes place.
Problems, Suggestions, Praise concerning the documentation? Please send feedback.