ButtonEx ActiveX Control Reference

BackStyle property

         

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:

PartDescription
objectAn expression evaluating to an object of type ButtonEx.
enumA 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.