Sets or retrieves the Value property from the selected control.
DDX_DHtml_ElementValue(
   CDataExchange* dx,
   LPCTSTR name,
   var 
)
Parameters
- dx 
 A pointer to a CDataExchange object.
- name 
 The value that you specified for the HTML control's ID parameter.
- var 
 The value being exchanged. See value in CDHtmlDialog::DDX_DHtml_ElementText.
Remarks
This macro will only succeed when run on controls that have a Value property. Controls that have a Value property include edit boxes, list boxes, and combo boxes.
This macro calls the CDHtmlDialog::DDX_DHtml_ElementText function using the DISPID_A_VALUE dispatch ID.
Requirements
Header: afxdhtml.h