COlePropertyPage::GetPageSite

LPPROPERTYPAGESITE GetPageSite( );

Return Value

A pointer to the property page’s IPropertyPageSite interface.

Remarks

Call this function to get a pointer to the property page’s IPropertyPageSite interface.

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.

COlePropertyPage OverviewClass MembersHierarchy Chart

See Also   COlePropertyPage::OnSetPageSite