Example #1
0
 /// <summary>
 /// Cuts the currently selected text to the clipboard
 /// </summary>
 public void Cut()
 {
     NativeScintilla.Cut();
 }