Vcl.Forms.TCustomForm.GlassFrame

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property GlassFrame: TGlassFrame read FGlassFrame write SetGlassFrame;

C++

__property TGlassFrame* GlassFrame = {read=FGlassFrame, write=SetGlassFrame};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Beschreibung

Greift in Windows Vista, Windows 7 oder höher auf den Glas-Frame zu.

Mit GlassFrame machen Sie Ihre Windows Vista- oder Windows 7-Anwendungen Aero-kompatibel, indem ein Glaseffekt bereitgestellt wird.

GlassFrame ist eine Eigenschaft eines TGlassFrame-Objekts, das automatisch für alle Formulare erstellt wird.

Hinweis: Diese Eigenschaft steht nur in Windows Vista oder Windows 7 mit Aero zur Verfügung. Ansonsten wird der Glas-Frame ignoriert.

Siehe auch