コード例 #1
0
ファイル: EditTextTest.cs プロジェクト: yongweisun/paradox
 public void DrawTest7()
 {
     edit2.IsSelectionActive = true;
     edit2.AppendText("Too long Text for the edit");
 }