Vcl.Controls.TTouchProperty

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

Delphi

TTouchProperty = (tpInteractiveGestures, tpInteractiveGestureOptions,
tpParentTabletOptions, tpTabletOptions);

C++

enum DECLSPEC_DENUM TTouchProperty : unsigned char { tpInteractiveGestures, tpInteractiveGestureOptions, tpParentTabletOptions, tpTabletOptions };

プロパティ

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

説明

TCustomTouchManager のオプション プロパティを列挙したものです。

TTouchProperty は、TCustomTouchManager で導入されたオプション プロパティを VCL フレームワークで識別するために内部的に使用されます。TTouchProperty の取り得る値の一覧を次の表に示します。



意味

tpInteractiveGestures

InteractiveGestures プロパティに格納されている対話型ジェスチャ リストを示します。

tpInteractiveGestureOptions

InteractiveGestureOptions プロパティに格納されている対話型ジェスチャ オプションを示します。

tpParentTabletOptions

ParentTabletOptions プロパティに格納されているタブレット ジェスチャ オプションを示します。

tpTabletOptions

TabletOptions プロパティに格納されているタブレット ジェスチャ オプションを示します。



関連項目