IHTMLTextAreaElement::type Property
Retrieves the type of control.
Syntax
HRESULTÂ IHTMLTextAreaElement::get_type(BSTRÂ *p);
Parameters
- p
Pointer to a variable of type BSTR that receives the following value.
Possible Values
textarea Default.
Return Value
Returns S_OK if successful, or an error value otherwise.