IHTMLOptionsHolder::findText Property
Sets or retrieves the text used in a find operation.
Syntax
HRESULT IHTMLOptionsHolder::get_findText(BSTR *p); HRESULT IHTMLOptionsHolder::put_findText(BSTR v);
Parameters
- p
Pointer to a variable of type BSTR that receives the text used for the search operation.- v
BSTR that specifies the text used for the search operation.
Return Value
Returns S_OK if successful, or an error value otherwise.