Click or drag to resize

Messaging class

Provides Windows message handling via System.Runtime.InteropServices.
Inheritance hierarchy
SystemObject
  NetEti.ApplicationControlMessaging

Namespace: NetEti.ApplicationControl
Assembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+3226eb04384bdec34e8eaa040302e1906383a7b4
Syntax
public static class Messaging

The Messaging Type exposes the following members.

Methods
 NameDescription of the
Public MethodStatic MemberPostMessage Wrapper for external PostMessage.
Public MethodStatic MemberRegisterWindowMessage Wrapper for external RegisterMessage.
Back to the top
Fields
 NameDescription of the
Public FieldStatic MemberHWND_BROADCASTBroadcast message flag.
Public FieldStatic MemberWM_SHOWMERegistered message type for a Window activation request.
Back to the top
See also