示例#1
0
 /// <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();
 }