RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGlassFrame Class

TGlassFrame controls Windows Vista Aero glass effects.

Pascal
TGlassFrame = class(TPersistent);
C++
class TGlassFrame : public TPersistent;

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 on Windows Vista with Aero. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!