COleControl::OnMapPropertyToPage

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

Syntax

virtual BOOL OnMapPropertyToPage( DISPID dispid, LPCLSID lpclsid, BOOL* pbPageOptional );

At a Glance

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

See Also

COleControl Overview, COleControl Member Functions, Control Classes, COleControl::OnGetDisplayString