Applies To Bound Object Frame control, Chart control, Combo Box control, Image control, Label control, Option Group control, Rectangle control, Tab control, Text Box control, Unbound Object Frame control.
Description
You can use the BackStyle property to specify whether a control will be transparent.
Setting
The BackStyle property uses the following settings.
Setting | Description | Visual Basic |
Normal | (Default for all controls except option group) The control has its interior color set by the BackColor property. | 1 |
Transparent | (Default for option group) The control is transparent. The color of the form or report behind the control is visible. | 0 |
See Also BackColor property, SpecialEffect property.