Method CanDeleteBlock
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
CanDeleteBlock(Rectangle)
When implemented by a class, determines if a specified block can be deleted.
bool CanDeleteBlock(Rectangle rect)
Parameters
rect
RectangleSpecifies coordinates of characters block to delete.
Returns
- bool
True if the block can be deleted; otherwise false.