PyCWnd
.SendMessage
SendMessage(
idMessage
, wParam
, lParam
)
Send a message to the window.
Parameters
idMessage
: int
The ID of the message to send.
wParam=0
: int
The wParam for the message
lParam=0
: int
The lParam for the message
MFC References
CWnd::SendMessage