Vcl.Controls.TCustomTouchManager.InteractiveGestures

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

Delphi

property InteractiveGestures: TInteractiveGestures  read FInteractiveGestures write FInteractiveGestures stored IsInteractiveGesturesStored;

C++

__property TInteractiveGestures InteractiveGestures = {read=FInteractiveGestures, write=FInteractiveGestures, stored=IsInteractiveGesturesStored, nodefault};

プロパティ

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

説明

所有者であるコントロールに関連付けられた対話型ジェスチャのセットを示します。

InteractiveGestures プロパティを使用すると、この TCustomTouchManager を所有するコントロールに関連付けられた対話型ジェスチャにアクセスすることができます。

関連項目