menu

WinForms

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

    Show / Hide Table of Contents

    Struct MSG

    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.Windows.Forms.Tools.Win32API
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    [CLSCompliant(false)]
    public struct MSG

    Fields

    hwnd

    Declaration
    public IntPtr hwnd
    Field Value
    Type
    System.IntPtr

    lParam

    Declaration
    public IntPtr lParam
    Field Value
    Type
    System.IntPtr

    message

    Declaration
    public int message
    Field Value
    Type
    System.Int32

    pt_x

    Declaration
    public int pt_x
    Field Value
    Type
    System.Int32

    pt_y

    Declaration
    public int pt_y
    Field Value
    Type
    System.Int32

    time

    Declaration
    public int time
    Field Value
    Type
    System.Int32

    wParam

    Declaration
    public IntPtr wParam
    Field Value
    Type
    System.IntPtr
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved