COleControl::OnGetDisplayString

This method is called by the framework to obtain a string to represent a property value. Override this method if your control has a property whose value cannot be directly converted to a string and you want the property's value to be displayed in a container-supplied 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 OnGetDisplayString( DISPID dispid, CString& strValue );

See Also

COleControl::OnMapPropertyToPage, CString