private void Close()
 {
     //remove focus
     GrabUtil.RemoveGrab(this);
     this.Hide();
     combo_parent.OnDropDownClosed(this, new EventArgs());
 }
 private void Close()
 {
     SelectCurrentFont();
     GrabUtil.RemoveGrab(this);
     father.FocusOnEntry();
     this.Hide();
 }
 private void Close()
 {
     GrabUtil.RemoveGrab(this);
     this.Destroy();
 }
 public void Close()
 {
     Hide();
     GrabUtil.RemoveGrab(this);
 }