Example #1
0
 public void SelectAll()
 {
     SumatraPDFControl.SelectAll();
 }
Example #2
0
 private void toolStripSelectAllText_Click(object sender, EventArgs e)
 {
     SumatraPDFControl.SelectAll();
 }