Exemple #1
0
 // (can be used as a FocusHandler)
 public static void SelectAll(EditBox _editBox)
 {
     _editBox.SelectAll();
 }
Exemple #2
0
 // (can be used as a FocusHandler)
 public static void SelectAll( EditBox _editBox )
 {
     _editBox.SelectAll();
 }