COleServerDoc::OnDocWindowActivate
The framework calls this function to activate or deactivate a document window for in-place editing.
virtual void OnDocWindowActivate(
BOOL bActivate
);
Параметры
- bActivate
Specifies whether the document window is to be activated or deactivated.
Заметки
The default implementation removes or adds the frame-level user interface elements as appropriate. Override this function if you want to perform additional actions when the document containing your item is activated or deactivated.
For more information, see the article Activation..
Требования
Header: afxole.h
См. также
Основные понятия
COleServerDoc::ActivateInPlace
COleServerDoc::OnReactivateAndUndo
COleServerDoc::OnShowControlBars