text property
Sets or retrieves the text string specified by the option tag.
Syntax
HRESULT value = object.put_text( v);HRESULT value = object.get_text(* p);
Property values
Type: BSTR
the text.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
Remarks
Assigning a value to the IHTMLOptionElement::text property changes the IHTMLOptionElement::text property internally, but does not cause the listed value to change. Submitting the form submits the internally stored value, not the one displayed.
Show: