IHTMLOptionsHolder::get_findTextIHTMLOptionsHolder::get_findText*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLOptionsHolder::put_findText
*Next Topic: IHTMLOptionsHolder::sizes

IHTMLOptionsHolder::get_findText


HRESULT get_findText(
    BSTR *p 
);

Retrieves the text used in a find operation.

p
Address of a string variable that contains the text used for the search operation.

See also put_findText

Up Top of Page


IHTMLOptionsHolder::put_findText


HRESULT put_findText( 
    BSTR v 
);

Sets the text with which to seed a find operation.

v
String value specifying the text used for the search operation.

See also get_findText


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