Vcl.Taskbar.TCustomTaskbar.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomTaskbar(System::Classes::TComponent* AOwner);

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.Taskbar.pas
Vcl.Taskbar.hpp
Vcl.Taskbar TCustomTaskbar


説明

TCustomTaskbar のインスタンスを作成します。

Create メソッドは、サム ボタンのリストを初期化し、アプリケーション Windows タスク バーのオーバーレイ アイコンを作成します。

関連項目