Vcl.Controls.TCustomGestureManager.StandardGestures

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StandardGestures[AControl: TControl]: TStandardGestures  read GetStandardGestures write SetStandardGestures;

C++

__property TStandardGestures StandardGestures[TControl* AControl] = {read=GetStandardGestures, write=SetStandardGestures};

Properties

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

Description

Specifies the set of standard gestures associated with a control.

Use the StandardGestures property to access the standard gestures associated with a given control. StandardGestures is an indexed property, where the index is the control instance for which the associated gestures are retrieved.

See Also