Vcl.Controls.TCustomTouchManager.InteractiveGestureOptions

提供:RAD Studio API Documentation

Delphi

property InteractiveGestureOptions: TInteractiveGestureOptions  read FInteractiveGestureOptions write FInteractiveGestureOptions stored IsInteractiveGestureOptionsStored;

C++

__property TInteractiveGestureOptions InteractiveGestureOptions = {read=FInteractiveGestureOptions, write=FInteractiveGestureOptions, stored=IsInteractiveGestureOptionsStored, nodefault};

プロパティ

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

説明

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

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

関連項目