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