Method CanSearchSelection
CanSearchSelection(out string)
Returns whether search can be performed within selected text.
public bool CanSearchSelection(out string selectedText)
Parameters
selectedText
stringSpecifies the text being selected.
Returns
- bool
True if selection is not empty; otherwise false.