Click or drag to resize

Win32WindowSendMessage Method

Overload List
  NameDescription
Public methodSendMessage(Int32)
Sends the specified message to this window. The SendMessage function calls the window procedure for this window and does not return until the window procedure has processed the message.
Public methodSendMessage(Int32, IntPtr)
Sends the specified message to this window. The SendMessage function calls the window procedure for this window and does not return until the window procedure has processed the message.
Public methodSendMessage(Int32, IntPtr, IntPtr)
Sends the specified message to this window. The SendMessage function calls the window procedure for this window and does not return until the window procedure has processed the message.
Top
See Also