Method IsCodeCompletionChar
IsCodeCompletionChar(char, byte, ref int)
When implemented by a class, returns boolean value indicating that given character initializes a code completion procedure when typing.
bool IsCodeCompletionChar(char ch, byte style, ref int interval)
Parameters
chcharGiven character.
stylebyteSpecifies text style at cursor.
intervalintRepresents the delay, in milliseconds before displaying code completion window.
Returns
- bool
True if given character is code completion character; otherwise false.