Vcl.ExtCtrls.TCustomTitleBarPanel

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

Vcl.Controls.TCustomTransparentControlVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentTCustomTitleBarPanel

Delphi

TCustomTitleBarPanel = class(TCustomTransparentControl)

C++

class PASCALIMPLEMENTATION TCustomTitleBarPanel : public Vcl::Controls::TCustomTransparentControl

プロパティ

種類 可視性 ソース ユニット
class public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls Vcl.ExtCtrls


説明

Windows Explorer、Google Chrome、その他アプリケーションのように、VCL フォームのネイティブ タイトル バーをカスタマイズできるようにします。 これは、Windows 7 以降でサポートされています。

VCL コントロールをタイトル バー上に配置し、その上に独自にペイントし、同時に、ウィンドウ アイコンやキャプションといった要素のデフォルト ペイントを制御することができます。

このプロパティを使用するには、DWM(デスクトップ ウィンドウ マネージャ)の合成を有効にします。

関連項目