Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the value of the property identified by dispid from the HTML element identified by szElementId.
VARIANT GetElementProperty(
LPCTSTR szElementId,
DISPID dispid
);
Parameters
szElementId
The ID of an HTML element.dispid
The dispatch ID of a property.
Return Value
The value of the property or an empty variant if the property or element could not be found.
Requirements
Header: afxdhtml.h