OnCommand(wparam, lparam
)
Allows a Window to override the OnCommand handling.
Parameters
wparam : int
lparam : int
Comments
The base class method must be called manually via PyCWnd::OnCommand
.
Failure to call the base implementation will prevent all Python command
handlers (hooked via PyCWnd::HookCommand
).