Method IsSelectionSearch
IsSelectionSearch(out SelectionType, out Rectangle)
When implemented by a class, deterimes if SyntaxEdit performs search throught selected text.
bool IsSelectionSearch(out SelectionType selectionType, out Rectangle selectionRect)
Parameters
selectionType
SelectionTypeSelectionType when the search started.
selectionRect
RectangleSelection bounds when the search started
Returns
- bool
True, if search through selection is performed; otherwise false.