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.
Sets a property of an HTML element.
void SetElementProperty( 
   LPCTSTR szElementId, 
   DISPID dispid, 
   VARIANT *pVar  
);
Parameters
- szElementId 
 The ID of an HTML element.
- dispid 
 The dispatch ID of the property to set.
- pVar 
 The new value of the property.
Requirements
Header: afxdhtml.h