Esempio n. 1
0
 /// <summary>
 ///     Accepts the current AutoComplete window entry
 /// </summary>
 /// <remarks>
 ///     If the AutoComplete window is open Accept() will close it. This also causes the
 ///     <see cref="Scintilla.AutoCompleteAccepted" /> event to fire
 /// </remarks>
 public void Accept()
 {
     NativeScintilla.AutoCComplete();
 }