Method CanSearchSelection
CanSearchSelection(out string)
When implemented by a class, returns whether search can be performed inside selection.
bool CanSearchSelection(out string selectedText)
Parameters
selectedText
stringSpecifies the text being selected.
Returns
- bool
True if selection is not empty; otherwise false.