[]
findText
method of IHTMLTxtRange
interface.
bool findText(string String, int Count, int Flags)
Type | Name | Description |
---|---|---|
string | String | |
int | Count | |
int | Flags |
Type | Description |
---|---|
bool |
An original IDL definition of findText
method was the following: HRESULT findText (BSTR String, [optional, defaultvalue(1073741823)] long Count, [optional, defaultvalue(0)] long Flags, [out, retval] VARIANT_BOOL* ReturnValue)
;