public SUIPopupMenu PopupMenu(int index) //for CRW OLAP member selector dialog { try { SUIToolbarButton btnWithCtxMenu = ButtonList[index]; ClickWindow(btnWithCtxMenu.Rectangle.X + btnWithCtxMenu.Rectangle.Width - 5, btnWithCtxMenu.Rectangle.Height / 2); return(SUIPopupMenu.FindPopupMenu()); } catch { return(null); } }
public void Add(SUIToolbarButton button) { this.InnerList.Add(button); }