IHTMLIsIndexElement::prompt Property

Sets and retrieves a prompt to be used instead of the IHTMLIsIndexElement::action.

Syntax

HRESULT IHTMLIsIndexElement::get_prompt(BSTR *p);
HRESULT IHTMLIsIndexElement::put_prompt(BSTR v);

Parameters

  • p
    Pointer to a variable of type BSTR that receives the prompt.
  • v
    BSTR that specifies the prompt.

Return Value

Returns S_OK if successful, or an error value otherwise.