Vcl.Controls.TCustomTouchManager.TabletOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TabletOptions: TTabletOptions read FTabletOptions

C++

__property TTabletOptions TabletOptions = {read=FTabletOptions, write=SetTabletOptions, stored=IsTabletOptionsStored, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomTouchManager

Description

Specifies which tablet-generated gestures are processed by the owning control.

Use the TabletOptions property to specify which tablet-generated gestures are processed by the control owning this TCustomTouchManager.

See Also