Method RemoveLineStyle
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
RemoveLineStyle(int)
When implemented by a class, removes the first line style at the specified line.
void RemoveLineStyle(int line)
Parameters
line
intIndex of the text line.
RemoveLineStyle(int, int)
When implemented by a class, removes the first line style at the specified line.
void RemoveLineStyle(int line, int style)