Vcl.Controls.TCustomGestureCollection.GestureManager

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

Delphi

property GestureManager: TCustomGestureManager read GetGestureManager;

C++

__property TCustomGestureManager* GestureManager = {read=GetGestureManager};

プロパティ

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

説明

この TCustomGestureCollection インスタンスに関連付けられたジェスチャ マネージャを示します。

すべての TCustomGestureCollection インスタンスは、使用可能なジェスチャの管理に使用されたジェスチャ マネージャへのリファレンスを含みます。 GestureManager を使用して、ジェスチャ マネージャ コンポーネントへのリファレンスを取得してください。

関連項目