Table of Contents

Method RemoveLineStyle

Namespace
Alternet.Editor.TextSource
Assembly
Alternet.Editor.v9.dll

RemoveLineStyle(int)

Removes the first line style at the specified line.

public virtual void RemoveLineStyle(int line)

Parameters

line int

Index of the text line.

RemoveLineStyle(int, int)

When implemented by a class, removes the first line style at the specified line.

public virtual void RemoveLineStyle(int line, int style)

Parameters

line int

Index of the text line.

style int

Index of style.