Vcl.Forms.TCustomForm.GlassFrame

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GlassFrame: TGlassFrame read FGlassFrame write SetGlassFrame;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

Accesses the Glass Frame under Windows Vista, Windows 7, or later Windows operating systems.

Use GlassFrame to make your forms Windows Vista or Windows 7 Aero-compatible, displaying a glass effect.

GlassFrame is a property of a TGlassFrame object created automatically for any form.

Note: The property is only available for Windows Vista or Windows 7 with Aero. Otherwise, the Glass Frame is ignored.

See Also