Create a transparent control
- Put the basic control onto the form.
- View the control's properties.
- Set the BackStyle property to Transparent.
- If the control supports the BorderStyle property, set it to None.
Note
|
|---|
| When you make a control transparent, the background color does not display, so the BackColor property is ignored. However, the setting for BackColor is not changed when a control is transparent. |
Note