Version

GesturesEnabled Property (UltraControlBase)

Returns or sets a boolean value indicating whether touch input digitizer gestures are enabled for all UltraControlBase-derived controls.
Syntax
'Declaration
 
Public Shared Property GesturesEnabled As Boolean
public static bool GesturesEnabled {get; set;}
Remarks

This property is static and is not available at design time.

The default value for this property is true, which enables gestures for all Infragistics controls that support touch digitizer input.

Controls that support touch digitizer input also expose an instance property of the same name, which overrides this property when expicitly set.

The static IsTouchSupported method can be used to determine whether the local machine supports touch input digitization.

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