Table of Contents

Method IsCodeCompletionChar

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

IsCodeCompletionChar(char, byte, ref int)

Returns boolean value indicating that given character initializes a code completion procedure when typing.

public virtual bool IsCodeCompletionChar(char ch, byte style, ref int interval)

Parameters

ch char

Given character.

style byte

Specifies text style at cursor.

interval int

Represents the delay, in milliseconds before displaying code completion window.

Returns

bool

True if given character is code completion character; otherwise false.