Struct NativeTouch.GESTURECONFIG
Gets and sets the configuration for enabling gesture messages and the type of this configuration.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Syncfusion.WinForms.Core
Assembly: Syncfusion.Shared.Base.dll
Syntax
public struct GESTURECONFIG
Fields
DwBlock
Settings related to gesture ID that are to be turned off.
Declaration
public int DwBlock
Field Value
Type |
---|
System.Int32 |
DwID
The identifier for the type of configuration that will have messages enabled or disabled.
Declaration
public int DwID
Field Value
Type |
---|
System.Int32 |
DwWant
Settings related to gesture ID that are to be turned on.
Declaration
public int DwWant
Field Value
Type |
---|
System.Int32 |