alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class MOUSEHOOKSTRUCT

    Inheritance
    System.Object
    MOUSEHOOKSTRUCT
    Namespace: Syncfusion.Windows.Forms.Tools.Win32API
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class MOUSEHOOKSTRUCT : ValueType

    Fields

    dwExtraInfo

    Declaration
    public IntPtr dwExtraInfo
    Field Value
    Type
    System.IntPtr

    hwnd

    Declaration
    public IntPtr hwnd
    Field Value
    Type
    System.IntPtr

    pt

    Declaration
    public POINT pt
    Field Value
    Type
    POINT

    wHitTestCode

    Declaration
    public int wHitTestCode
    Field Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved