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.
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. |