Version

GesturesEnabled Property

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

When gestures are enabled, the control responds to pan gestures by scrolling and/or lasso selection of nodes. It also responds to the press-and-hold and press-and-tap gestures by displaying its ContextMenu, if one is assigned.

Additional gesture support is typically provided by the operating system, i.e., tap gestures 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

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