Controls.TCustomGestureManager.StandardGestures
From RAD Studio VCL Reference
Contents |
Delphi Information
From Controls.pas
property StandardGestures: TStandardGestures read GetStandardGestures write SetStandardGestures;
Unit: Controls
Type: property
Visibility: public
Member Of: TCustomGestureManager
C++ Information
From Controls.hpp
__property System::Set<Controls::TStandardGesture,1,34> StandardGestures = {read=GetStandardGestures,write=SetStandardGestures};
Unit: Controls
Type: property
Visibility: public
Member Of: 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.