Method BreakLine
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
BreakLine(bool)
When implemented by a class, breaks current line into two lines.
bool BreakLine(bool withChange = false)
Parameters
withChange
boolIndicates if the change needs to be translated to the parser
Returns
- bool
True if the method succeed; otherwise false.