Table of Contents

Method IsPlainText

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

IsPlainText(int)

Indicates whether PlainText property of lexical style given by its index is true.

public virtual 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.