menu

WinForms

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

    Show / Hide Table of Contents

    Struct NativeTouch.GESTURENOTIFYSTRUCT

    Gets and sets the gesture notification information for enable the gesture.

    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 GESTURENOTIFYSTRUCT

    Fields

    CbSize

    The size of the structure.

    Declaration
    public int CbSize
    Field Value
    Type
    System.Int32

    DwFlags

    Reserved for future use.

    Declaration
    public int DwFlags
    Field Value
    Type
    System.Int32

    DwInstanceID

    A specific gesture instance with gesture messages starting with GID_BEGIN and ending with GID_END.

    Declaration
    public int DwInstanceID
    Field Value
    Type
    System.Int32

    HwndTarget

    The target window for the gesture notification.

    Declaration
    public readonly IntPtr HwndTarget
    Field Value
    Type
    System.IntPtr

    PtsLocation

    The location of the gesture in physical screen coordinates.

    Declaration
    public NativeTouch.POINTS PtsLocation
    Field Value
    Type
    NativeTouch.POINTS
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved