Vcl.ActnMan.TCustomActionControl.Transparent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Transparent: Boolean read FTransparent write SetTransparent;

C++

__property bool Transparent = {read=FTransparent, write=SetTransparent, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionControl

Description

Shows whether the control is transparent or not.

If the action client has a background image to display, the control becomes transparent so that the background will display properly. Use Transparent to see if the control is transparent and, therefore, if its action client has a custom background.

See Also