Method IsSelectionSearch
IsSelectionSearch(out SelectionType, out Rectangle)
Deterimes if SyntaxEdit performs search throught selected text.
public virtual 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.