htmlFor property
Sets or retrieves the object to which the given label object is assigned.
Syntax
HRESULT value = object.put_htmlFor( v);HRESULT value = object.get_htmlFor(* p);
Property values
Type: BSTR
the identifier of the element to which the label element is assigned.
Show: