private void MenuItem_Copy(object sender, EventArgs e) { if (Paper.SelectionLength > 0) { Paper.Copy(); } }