Vcl.Controls.TTouchManager.TabletOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TabletOptions;

C++

__property TabletOptions;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TTouchManager

Description

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

Vcl.Controls.TTouchManager.TabletOptions inherits from Vcl.Controls.TCustomTouchManager.TabletOptions. All content below this line refers to Vcl.Controls.TCustomTouchManager.TabletOptions.

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