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

◆ post_message()

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

Places (posts) a message in the message queue 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
true if message posted; otherwhise false.