Table of Contents

Method IsPlainText

Namespace
Alternet.Syntax.Lexer
Assembly
Alternet.Syntax.v9.dll

IsPlainText(int)

When implemented by a class, indicates whether PlainText property of lexical style given by its index is true.

bool IsPlainText(int style)

Parameters

style int

Index of lexical style to check-up.

Returns

bool

True if lexical style PlainText property is true; otherwise false.