COleControl::OnMapPropertyToPage

This method is called by the framework to obtain the class identifier of a property page that implements editing of the specified property. Override this method to provide a way to invoke your control's property pages from the container's property browser.

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 BOOL OnMapPropertyToPage( DISPID dispid, LPCLSID lpclsid,
BOOL*
pbPageOptional );

See Also

COleControl::OnGetDisplayString