COlePropertyPage::OnSetPageSite

The framework calls this member function when the property frame provides the property page's page site. The default implementation loads the page's caption and attempts to determine the page's size from the dialog resource. Override this function if your property page requires any further action; your override should call the base-class implementation.

Syntax

virtual void OnSetPageSite( );

At a Glance

Header file: Afxctl.h
Platforms:
Versions: 2.0 and later
Complete documentation Visual C++ documentation

See Also

COlePropertyPage Overview, COlePropertyPage Member Functions, Dialog Box Classes, COlePropertyPage::GetPageSite