CTabView::SetActiveView

Makes a view active.

BOOL SetActiveView(
   int iTabNum 
);

Parameters

  • [in] iTabNum
    The zero-based index of the tab view.

Return Value

TRUE if the specified view was made active, FALSE if the view's index is invalid.

Remarks

For more information see CMFCTabCtrl::SetActiveTab.

Requirements

Header: afxTabView.h

See Also

Reference

CTabView Class

Hierarchy Chart