示例#1
0
 public void FocusIn(FocusOption focus)
 {
     if (!created)
     {
         return;
     }
     Base.Focus(this, focus);
 }