menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct NativeTouch.GESTURECONFIG - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved