Поделиться через


IView::OnActivateView

Called by MFC when a view is activated or deactivated.

void OnActivateView(
   bool activate
);

Параметры

  • activate
    Indicates whether the view is being activated or deactivated.

Требования

Header: afxwinforms.h

См. также

Основные понятия

IView Interface

CView::OnActivateView

How to: Add Command Routing to the Windows Forms Control