CMFCPropertySheet::OnActivatePage

Called by the framework when a property page is enabled.

virtual void OnActivatePage(
   CPropertyPage* pPage 
);

Parameters

  • [in] pPage
    Pointer to a property page object that represents the enabled property page.

Remarks

By default, this method ensures that the enabled property page is scrolled into view. If the style of the current property sheet contains a Microsoft Outlook pane, this method sets the corresponding Outlook button to the checked state.

Requirements

Header: afxpropertysheet.h

See Also

Reference

CMFCPropertySheet Class

Hierarchy Chart

CMFCPropertySheet::SetLook