Struct Message
Represents a Windows Message.
Inherited Members
Namespace: WinUIEx.Messaging
Assembly: WinUIEx.dll
Syntax
public struct Message
Remarks
Properties
Name | Description |
---|---|
Hwnd | Gets the window handle of the message. |
LParam | Specifies the LParam field of the message. |
MessageId | Gets the ID number for the message. |
WParam | Gets or sets the WParam field of the message. |
Methods
Name | Description |
---|---|
ToString() | Returns the fully qualified type name of this instance. |