Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The framework calls this function when the container application's frame window is activated or deactivated.
virtual void OnFrameWindowActivate(
BOOL bActivate
);
Parameters
- bActivate
Specifies whether the frame window is to be activated or deactivated.
Remarks
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 Activation..
Requirements
Header: afxole.h
See Also
Reference
COleServerDoc::OnDocWindowActivate