Vcl.Forms.TGlassFrame

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTGlassFrame

Delphi

TGlassFrame = class(TPersistent)

C++

class PASCALIMPLEMENTATION TGlassFrame : public System::Classes::TPersistent

Properties

Type Visibility Source Unit Parent
class public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms Vcl.Forms

Description

TGlassFrame controls Windows Vista or Windows 7 Aero glass effects.

TGlassFrame uses the DwmExtendFrameIntoClientArea API to extend glass effects into the client area. Use the Top, Left, Bottom, and Right properties to specify the amount to extend the glass effect into the client area, or use SheetOfGlass to render the entire client area as a glass surface. This is only available for Windows Vista or Windows 7 with Aero.

See Also