Table of Contents

Method IsValidText

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

IsValidText(Point)

Indicates whether text at the specified position is valid (that is does not contain comments or string constants).

public virtual bool IsValidText(Point position)

Parameters

position Point

Position to check.

Returns

bool

True if text is not plain; otherwise false.

IsValidText(byte)

protected virtual bool IsValidText(byte style)

Parameters

style byte

Returns

bool