Vcl.Forms.TCustomForm.GlassFrame

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property GlassFrame: TGlassFrame read FGlassFrame write SetGlassFrame;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm


説明

Windows Vista、Windows 7、またはそれ以降の Windows オペレーティング システム下で、Glass Frame にアクセスします。

GlassFrame を使用すると、フォームを Windows Vista または Windows 7 Aero 互換にして、半透明効果で表示することができます。

GlassFrame は、すべてのフォームに対して自動的に作成される TGlassFrame オブジェクトのプロパティです。

メモ: このプロパティは、Aero が有効になっている Windows Vista または Windows 7 上でのみ使用できます。それ以外の場合、Glass Frame は無視されます。

関連項目