Method Find
Find(string)
When implemented by a class, searches for the given text within the control's contents.
bool Find(string text)
Parameters
text
stringText to find.
Returns
- bool
True if search succeed; otherwise false.
When implemented by a class, searches for the given text within the control's contents.
bool Find(string text)
text
stringText to find.
True if search succeed; otherwise false.