Version

GesturesEnabled Property (UltraCombo)

Returns or sets a value indicating whether the control handles touch input digitizer gestures.
Syntax
'Declaration
 
Public Property GesturesEnabled As Infragistics.Win.DefaultableBoolean
public Infragistics.Win.DefaultableBoolean GesturesEnabled {get; set;}
Remarks

When gestures are enabled, the grid which appears in the dropdown responds to pan gestures by scrolling. The edit portion of the control has no gesture support beyond that which is provided by the operating system, i.e., tap gestures which are translated into mouse messages, which are handled by the control in the same manner that actual mouse messages are handled. This property does not affect the gesture support provided by the operating system.

Setting this property to a non-default value overrides the value of the static GesturesEnabled property exposed by the UltraControlBase class.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UltraCombo Class
UltraCombo Members
GesturesEnabled (UltraControlBase class)
GestureQueryStatus
GestureStarting
PanGesture
ZoomGesture
RotateGesture
PressAndTapGesture
TwoFingerTapGesture
PressAndHoldGesture
IsTouchSupported