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