xtd 0.2.0
Loading...
Searching...
No Matches

◆ send_message()

intptr xtd::forms::control::send_message ( intptr  hwnd,
int32  msg,
intptr  wparam,
intptr  lparam 
) const

Send a message with specified hwnd, message, wparam and lparam.

Parameters
hwndThe window handle of the message.
msgThe ID number for the message.
wparamThe WParam field of the message.
lparamThe LParam field of the message.
Returns
The return value of the message.