BackStyle

This property returns and sets a value indicating whether a Label control or the background of a Shape control is transparent or opaque.

Syntax

control.BackStyle [= number]

Parameters

control
Object expression that evaluates to a Shape or Label control.
number
Numeric expression that specifies transparency.

Remarks

If number is 1, the default, the control uses the BackColor property. If number is 0, the background of the control is transparent.