Alsing.Windows.Forms.SyntaxBox.EditViewControl.CutClear C# (CSharp) 메소드

CutClear() 공개 메소드

public CutClear ( ) : void
리턴 void
        public void CutClear()
        {
            if (Selection.IsValid)
                Cut();
            else
                RemoveCurrentRow();
        }