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.
hwnd | The window handle of the message. |
msg | The ID number for the message. |
wparam | The WParam field of the message. |
lparam | The LParam field of the message. |