COleServerDoc::OnFrameWindowActivate
virtualvoidOnFrameWindowActivate(BOOLbActivate**);**
Parameters
bActivate
Specifies whether the frame window is to be activated or deactivated.
Remarks
The framework calls this function when the container application’s frame window is activated or deactivated.
The default implementation cancels any help modes the frame window might be in. Override this function if you want to perform special processing when the frame window is activated or deactivated.
For more information, see the article in Visual C++ Programmer’s Guide.
COleServerDoc Overview | Class Members | Hierarchy Chart
See Also COleServerDoc::OnDocWindowActivate