Table of Contents

Method PositionIsReadonly

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

PositionIsReadonly(Point)

Determines whether the text at given position is readonly.

public virtual bool PositionIsReadonly(Point position)

Parameters

position Point

Position in text coordinates.

Returns

bool

True if the text can be edited at given position; otherwise false.