Table of Contents

Method IsValidText

Namespace
Alternet.Editor.CodeCompletion
Assembly
Alternet.Editor.v9.dll

IsValidText(Point)

When implemented by a class, indicates whether text at the specified position is valid (that is does not contain comments or string constants).

bool IsValidText(Point position)

Parameters

position Point

Position to check.

Returns

bool

True if text is not plain; otherwise false.