PyCWnd.EnableWindow
int = EnableWindow(bEnable)
Enables or disables the window. Typically used for dialog controls.
Parameters
MFC References
Return Value
Returns the state before the EnableWindow member function was called
int = EnableWindow(bEnable)
Enables or disables the window. Typically used for dialog controls.