Ejemplo n.º 1
0
 public override void Copy()
 {
     if (MyTextBox.SelectionLength > 0)
     {
         MyTextBox.OnUserCopyCommand();
     }
     else
     {
         base.Copy();
     }
 }