コード例 #1
0
ファイル: TextArea.cs プロジェクト: yeganaaa/UyghurEditPP
 /// <summary>
 /// Clears the current selection.
 /// </summary>
 public void ClearSelection()
 {
     this.Selection = emptySelection;
 }