IHTMLIsIndexElement::get_promptIHTMLIsIndexElement::get_prompt*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLIsIndexElement::put_prompt
*Next Topic: IHTMLIsIndexElement::put_action

IHTMLIsIndexElement::get_prompt


HRESULT get_prompt(
    BSTR *p 
);

Retrieves a prompt to be used instead of the ACTION.

p
Address of a variable that receives the prompt.

See also put_prompt

Up Top of Page


IHTMLIsIndexElement::put_prompt


HRESULT put_prompt(
    BSTR v 
);

Sets a prompt to be used instead of the ACTION.

v
String specifying the prompt.

See also get_prompt


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.