Contents
|
PyCWnd
.ActivateFrame
ActivateFrame(
cmdShow
)
Searches upwards for a parent window which has a frame, and activates it.
Parameters
cmdShow=SW_SHOW
: int
The param passed to
CFrameWnd::ShowWindow
. See also
PyCWnd::ShowWindow
.
MFC References
CFrameWnd::ActivateFrame