COleControl::OnGetPredefinedValue

This method is called by the framework to obtain the value that corresponds to one of the predefined strings previously returned by an override of COleControl::OnGetPredefinedStrings.

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 OnGetPredefinedValue( DISPID dispid, DWORD dwCookie,
VARIANT FAR*
lpvarOut );

See Also

COleControl::OnGetPredefinedStrings, COleControl::OnGetDisplayString, VARIANT