SendMessage(HandleRef, EditControlMessages, IntPtr, IntPtr)
|
Sends the specified message to a edit-control (typically a TextBox).
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(HandleRef, ListBoxMessages, IntPtr, IntPtr)
|
Sends the specified message to a ListBox control.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(HandleRef, ListViewMessages, IntPtr, IntPtr)
|
Sends the specified message to a ListView control.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(HandleRef, ProgressBarMessages, IntPtr, IntPtr)
|
Sends the specified message to a ProgressBar control.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(HandleRef, ToolbarMessages, IntPtr, IntPtr)
|
Sends the specified message to a ToolBar control.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(HandleRef, ToolbarMessages, IntPtr, String)
|
Sends the specified message to a ToolBar control.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(HandleRef, ToolbarMessages, IntPtr, StringBuilder)
|
Sends the specified message to a ToolBar control.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(HandleRef, WindowMessages, IntPtr, Point)
|
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(HandleRef, WindowMessages, IntPtr, IntPtr)
|
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(HandleRef, WindowMessages, IntPtr, String)
|
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(HandleRef, WindowMessages, IntPtr, StringBuilder)
|
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(HandleRef, Int32, IntPtr, Point)
|
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(HandleRef, Int32, IntPtr, IntPtr)
|
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(HandleRef, Int32, IntPtr, String)
|
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(HandleRef, Int32, IntPtr, StringBuilder)
|
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(IntPtr, EditControlMessages, IntPtr, IntPtr)
|
Sends the specified message to a edit-control (typically a TextBox).
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(IntPtr, ListBoxMessages, IntPtr, IntPtr)
|
Sends the specified message to a ListBox control.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(IntPtr, ListViewMessages, IntPtr, IntPtr)
|
Sends the specified message to a ListView control.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(IntPtr, ProgressBarMessages, IntPtr, IntPtr)
|
Sends the specified message to a ProgressBar control.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(IntPtr, ToolbarMessages, IntPtr, IntPtr)
|
Sends the specified message to a ToolBar control.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(IntPtr, ToolbarMessages, IntPtr, String)
|
Sends the specified message to a ToolBar control.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(IntPtr, ToolbarMessages, IntPtr, StringBuilder)
|
Sends the specified message to a ToolBar control.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(IntPtr, WindowMessages, IntPtr, Point)
|
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(IntPtr, WindowMessages, IntPtr, IntPtr)
|
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(IntPtr, WindowMessages, IntPtr, String)
|
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(IntPtr, WindowMessages, IntPtr, StringBuilder)
|
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(IntPtr, Int32, IntPtr, Point)
|
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(IntPtr, Int32, IntPtr, IntPtr)
|
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(IntPtr, Int32, IntPtr, String)
|
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(IntPtr, Int32, IntPtr, StringBuilder)
|
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(SafeHandle, EditControlMessages, IntPtr, IntPtr)
|
Sends the specified message to a edit-control (typically a TextBox).
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(SafeHandle, ListBoxMessages, IntPtr, IntPtr)
|
Sends the specified message to a ListBox control.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(SafeHandle, ListViewMessages, IntPtr, IntPtr)
|
Sends the specified message to a ListView control.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(SafeHandle, ProgressBarMessages, IntPtr, IntPtr)
|
Sends the specified message to a ProgressBar control.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(SafeHandle, ToolbarMessages, IntPtr, IntPtr)
|
Sends the specified message to a ToolBar control.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(SafeHandle, ToolbarMessages, IntPtr, String)
|
Sends the specified message to a ToolBar control.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(SafeHandle, ToolbarMessages, IntPtr, StringBuilder)
|
Sends the specified message to a ToolBar control.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(SafeHandle, WindowMessages, IntPtr, Point)
|
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(SafeHandle, WindowMessages, IntPtr, IntPtr)
|
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(SafeHandle, WindowMessages, IntPtr, String)
|
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(SafeHandle, WindowMessages, IntPtr, StringBuilder)
|
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(SafeHandle, Int32, IntPtr, Point)
|
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(SafeHandle, Int32, IntPtr, IntPtr)
|
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(SafeHandle, Int32, IntPtr, String)
|
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|
SendMessage(SafeHandle, Int32, IntPtr, StringBuilder)
|
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window
and does not return until the window procedure has processed the message.
|