Method DeleteRight
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
DeleteRight(int, bool)
When implemented by a class, deletes a specified number of characters to the right of the active point.
bool DeleteRight(int len, bool withChange = false)
Parameters
len
intSpecifies number of characters to delete.
withChange
boolIndicates if the change needs to be translated to the parser.
Returns
- bool
True if method succeed; otherwise false.