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