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
ch
charGiven character.
style
byteSpecifies text style at cursor.
interval
intRepresents the delay, in milliseconds before displaying code completion window.
Returns
- bool
True if given character is code completion character; otherwise false.