Table of Contents

Method SetLineState

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

SetLineState(int[], ItemState, bool)

Sets item state for the given line.

public virtual void SetLineState(int[] indexes, ItemState itemState, bool setState)

Parameters

indexes int[]

Line indexes.

itemState ItemState

Item state to be set.

setState bool

Indicates if itemstate should be set or cleared.