protected override void OnLostFocus(EventArgs e) { base.OnLostFocus(e); SComponent.Focus(); }
public void SetFocus() { SComponent.Focus(); }