TAdvCustomFormDesigner.IsTransparent Method
Call IsTransparent to determine if the control specified by AControl is transparent or not. A transparent control is totally ignored by the designer, cannot be selected, edited or deleted, its behavior is exactly as if it was part of the form's background.
Syntax
Unit: FormDesigner
function TAdvCustomFormDesigner.IsTransparent(AControl: TControl): Boolean;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AControl | TControl |
Returns
True if control is transparent, false otherwise.