| Accusoft.ImagXpressSdk Namespace : TouchMode Enumeration |
'Declaration Public Enum TouchMode Inherits System.Enum
'Usage Dim instance As TouchMode
public enum TouchMode : System.Enum
__value public enum TouchMode : public System.Enum
public enum class TouchMode : public System.Enum
| Member | Value | Description |
|---|---|---|
| AllEnabled | 3 | Both gestures and flicks are processed and received if a touch interface is present. |
| FlicksEnabled | 2 | Only flicks are processed and received if a touch interface is present. |
| GesturesEnabled | 1 | Default Touch mode, only gestures are processed and received if a touch interface is present. |
| Off | 0 | Touch interface is disabled. |
System.Object
System.ValueType
System.Enum
Accusoft.ImagXpressSdk.TouchMode