Exemplo n.º 1
0
 public override void Cut()
 {
     if (MyTextBox.SelectionLength > 0)
     {
         MyTextBox.OnUserCutCommand();
     }
     else
     {
         base.Cut();
     }
 }