Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IHTMLTxtRange Interface / findText Method

In This Topic
    findText Method (IHTMLTxtRange)
    In This Topic

    findText method of IHTMLTxtRange interface.

    Syntax
    'Declaration
     
    Function findText( _
       ByVal String As System.String, _
       ByVal Count As System.Integer, _
       ByVal Flags As System.Integer _
    ) As System.Boolean
    System.bool findText( 
       System.string String,
       System.int Count,
       System.int Flags
    )

    Parameters

    String
    Count
    Flags
    Remarks

    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);

    See Also