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