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 Object, _ ByVal lParam As Integer _ ) As Integer [C#] protected int SendMessage( int msg, object wParam, int lParam ); [C++] protected: int SendMessage( int msg, Object* wParam, int lParam ); [JScript] protected function SendMessage( msg : int, wParam : Object, lParam : int ) : int;
value returned by the control.
Control Class | Control Members | System.WinForms Namespace | Control.SendMessage Overload List