PyCMDIChildWnd.ActivateFrame Virtual
ActivateFrame(cmdShow)
Called to activate the frame window.
Parameters
Comments
If a handler for this function exists, then the base MFC implementation will not be called. If you wish to use the default functionality, PyCMDIFrameWnd::ActivateFrame can be called.If there is no handler, the base MFC implementation will be called.
See Also