Share via


CTabView::OnActivateView

Called by the framework when the tab view is made active or inactive.

virtual void OnActivateView(
   CView* view
);

Parameters

  • [in] view
    A pointer to the view.

Remarks

The default implementation does nothing. Override this method in a CTabView-derived class to process this notification.

Requirements

Header: afxTabView.h

See Also

Reference

CTabView Class

Hierarchy Chart