CanSearchSelection Method
CanSearchSelection(out String)
Returns whether search can be performed inside selection.
Declaration
public virtual bool CanSearchSelection(out string selectedText)
Parameters
Type | Name | Description |
---|---|---|
String | selectedText |
Returns
Type | Description |
---|---|
Boolean | True if selection is not empty; otherwise false. |