Class WindowsMessage
Helper class to work with windows messages
Inheritance
System.Object
WindowsMessage
Namespace: Dapplo.Windows.Messages
Assembly: Dapplo.Windows.Messages.dll
Syntax
public static class WindowsMessage : object
Methods
| Improve this Doc View SourceGetWindowsMessage(UInt32)
This returns the name of a windows message, which was registered with RegisterWindowMessage
Declaration
public static string GetWindowsMessage(uint messageId)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | messageId | uint with the id which was returned by RegisterWindowMessage |
Returns
Type | Description |
---|---|
System.String | string |
RegisterWindowsMessage(String)
Register a windows message
Declaration
public static uint RegisterWindowsMessage(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Windows message |
Returns
Type | Description |
---|---|
System.UInt32 | uint with the message ID |