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.