NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Control.SendMessage

[To be supplied.]

Overload List

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(Integer, Boolean, Integer) As Integer
[C#] protected int SendMessage(int, bool, int);
[C++] protected: int SendMessage(int, bool, int);
[JScript] protected function SendMessage(int, Boolean, int) : int;

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(Integer, Integer, RECT) As Integer
[C#] protected int SendMessage(int, int, RECT);
[C++] protected: int SendMessage(int, int, RECT);
[JScript] protected function SendMessage(int, int, RECT) : int;

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(Integer, Object, Integer) As Integer
[C#] protected int SendMessage(int, Object, int);
[C++] protected: int SendMessage(int, Object, int);
[JScript] protected function SendMessage(int, Object, int) : int;

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(Integer, Integer, Integer) As Integer
[C#] public int SendMessage(int, int, int);
[C++] public: int SendMessage(int, int, int);
[JScript] public function SendMessage(int, int, int) : int;

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(Integer, Integer, Object) As Integer
[C#] protected int SendMessage(int, int, Object);
[C++] protected: int SendMessage(int, int, Object);
[JScript] protected function SendMessage(int, int, Object) : int;

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(Integer, Object, Object) As Integer
[C#] protected int SendMessage(int, Object, Object);
[C++] protected: int SendMessage(int, Object, Object);
[JScript] protected function SendMessage(int, Object, Object) : int;

See Also

Control Class | Control Members | System.WinForms Namespace