예제 #1
0
 /// <summary>
 /// Sets the focus on this element.
 /// </summary>
 public override void SetFocus()
 {
     InnerElement.SetFocus();
 }