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.
virtual BOOL OnGetDisplayString( DISPID dispid, CString& strValue );
Header file: | Afxctl.h |
Platforms: | |
Versions: | 2.0 and later |
Complete documentation | Visual C++ documentation |
COleControl Overview, COleControl Member Functions, Control Classes, COleControl::OnMapPropertyToPage, CString