Sends a Win32 message to this control. If the control does not yet have a handle, it will be created.
[Visual Basic] Overloads Protected Function SendMessage( _ ByVal msg As Integer, _ ByVal wParam As Integer, _ ByRef lParam As RECT _ ) As Integer [C#] protected int SendMessage( int msg, int wParam, ref RECT lParam ); [C++] protected: int SendMessage( int msg, int wParam, RECT** lParam ); [JScript] protected function SendMessage( msg : int, wParam : int, lParam : RECT ) : int;
value returned by the control.
Control Class | Control Members | System.WinForms Namespace | Control.SendMessage Overload List