COleControl::OnGetDisplayString

This member function is called by the framework to obtain a string to represent a property value. Override this function 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.

Syntax

virtual BOOL OnGetDisplayString( DISPID dispid, CString& strValue );

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::OnMapPropertyToPage, CString