Vcl.Forms.TForm.GlassFrame

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

Delphi

property GlassFrame: TGlassFrame read FGlassFrame write SetGlassFrame;

C++

__property GlassFrame;

プロパティ

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

説明

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

Vcl.Forms.TForm.GlassFrame は Vcl.Forms.TCustomForm.GlassFrame を継承しています。以下の内容はすべて Vcl.Forms.TCustomForm.GlassFrame を参照しています。

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

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

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

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

関連項目