COlePropertyPage::OnSetPageSite

This method is called by the framework 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 method if your property page requires any further action; your override should call the base-class implementation.

At a Glance

Header file: Afxctl.h
Platforms: H/PC 2.0, H/PC Pro
Windows CE versions: 2.0 and later
Complete documentation Visual C++ documentation

Syntax

virtual void OnSetPageSite( );

See Also

COlePropertyPage::GetPageSite