Method BlockDeleting
BlockDeleting(Rectangle)
Removes all errors from specified region.
public virtual bool BlockDeleting(Rectangle rect)
Parameters
rect
RectangleSpecifies rectangle to remove errors from.
Returns
- bool
True if succeed; otherwise false.
BlockDeleting(Rectangle, IComparer<ISyntaxError>)
Removes all syntax errors from the error collection which position in the specified rectangle.
public virtual bool BlockDeleting(Rectangle rect, IComparer<ISyntaxError> comparer)
Parameters
rect
RectangleSpecified rectangle to remove syntax errors.
comparer
IComparer<ISyntaxError>Search criteria.
Returns
- bool
True if succeed; otherwise false.