Vcl.Controls.TCustomTouchManager.ParentTabletOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParentTabletOptions: Boolean read FParentTabletOptions

C++

__property bool ParentTabletOptions = {read=FParentTabletOptions, write=SetParentTabletOptions, stored=IsParentTabletOptionsStored, 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 redirected to the parent control.

Use the ParentTabletOptions property to specify which tablet-generated gestures are redirected to the parent control.

See Also