DISP_DEFVALUE

DISP_DEFVALUE( theClass, pszName )

#include <afxdisp.h>

Parameters

theClass

Name of the class.

pszName

External name of the property that represents the “value” of the object.

Remarks

This macro makes an existing property the default value of an object. Using a default value can make programming your automation object simpler for Visual Basic applications.

The “default value” of your object is the property that is retrieved or set when a reference to an object does not specify a property or member function.

See Also   Dispatch Maps, DECLARE_DISPATCH_MAP, DISP_PROPERTY_EX, DISP_FUNCTION, BEGIN_DISPATCH_MAP, END_DISPATCH_MAP