/// <summary> /// Cancels the autocomplete window /// </summary> /// <remarks> /// If the AutoComplete window is displayed calling Cancel() will close the window. /// </remarks> public void Cancel() { NativeScintilla.AutoCCancel(); }