Click or drag to resize

Win32WindowPostMessage Method

Overload List
  NameDescription
Public methodPostMessage(Int32)
Places (posts) a message in the message queue associated with the thread that created this window and returns without waiting for the thread to process the message.
Public methodPostMessage(Int32, IntPtr)
Places (posts) a message in the message queue associated with the thread that created this window and returns without waiting for the thread to process the message.
Public methodPostMessage(Int32, IntPtr, IntPtr)
Places (posts) a message in the message queue associated with the thread that created this window and returns without waiting for the thread to process the message.
Top
See Also