Share via


COlePropertyPage::GetPageSite

Gets a pointer to the property page's IPropertyPageSite interface.

LPPROPERTYPAGESITE GetPageSite( );

Return Value

A pointer to the property page's IPropertyPageSite interface.

Remarks

Controls and containers cooperate so that users can browse and edit control properties. The control provides property pages, each of which is an OLE object that allows the user to edit a related set of properties. The container provides a property frame that displays the property pages. For each page, the property frame provides a page site, which supports the IPropertyPageSite interface.

Requirements

Header: afxctl.h

See Also

Reference

COlePropertyPage Class

Hierarchy Chart

COlePropertyPage::OnSetPageSite

Other Resources

COlePropertyPage Members