PyCWnd.OnCommand Virtual
OnCommand(wparam, lparam )
Allows a Window to override the OnCommand handling.
Parameters
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 ).