[]
        
(Showing Draft Content)

C1.Win.Accessibility.Items.UiaTextRangeProvider.FindText

FindText Method

FindText(string, bool, bool)

Declaration
public ITextRangeProvider FindText(string search, bool backward, bool ignoreCase)
Public Function FindText(search As String, backward As Boolean, ignoreCase As Boolean) As ITextRangeProvider
Parameters
Type Name Description
string search
bool backward
bool ignoreCase
Returns
Type Description
ITextRangeProvider
Implements