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