Vcl.ActnMan.TCustomActionControl.Transparent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Transparent: Boolean read FTransparent write SetTransparent;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionControl

Beschreibung

Gibt an, ob das Steuerelement transparent angezeigt wird.

Wenn die Aktions-Client-Komponente einen Hintergrund benötigt, wird das Steuerelement transparent, so dass der Hintergrund wie gewünscht erscheint. Mit Transparent können Sie ermitteln, ob das Steuerelement transparent ist und die Client-Komponente somit einen Hintergrund hat.

Siehe auch