Пример #1
0
 public DropDownButtonItem(ISimplyPopup pSimplyPopup)
     : base()
 {
     this.m_DropDownPopup = pSimplyPopup;
     ((ISetOwnerHelper)this.m_DropDownPopup).SetOwner(this);
     //
     this.m_DropDownPopup.PopupOpened += new EventHandler(DropDownPopup_PopupOpened);
     this.m_DropDownPopup.PopupClosed += new EventHandler(DropDownPopup_PopupClosed);
 }
 public MdiFormListButton()
     : base()
 {
     base.Image = new System.Drawing.Bitmap(this.GetType().Assembly.GetManifestResourceStream("GISShare.Controls.WinForm.WFNew.Image.RibbonMdiFormDefaultIcon.ico"));
     //
     this.m_DropDownPopup = new DropDownPopup();
     ((ISetOwnerHelper)this.m_DropDownPopup).SetOwner(this);
     //
     this.m_DropDownPopup.PopupOpened += new EventHandler(DropDownPopup_PopupOpened);
     this.m_DropDownPopup.PopupClosed += new EventHandler(DropDownPopup_PopupClosed);
 }
Пример #3
0
 public DropDownButtonExItem(ISimplyPopup pSimplyPopup)
     : base(pSimplyPopup)
 {
 }
 public ButtonExItem(ISimplyPopup pSimplyPopup)
     : base(pSimplyPopup)
 {
 }
Пример #5
0
 public SplitButtonItem(ISimplyPopup pSimplyPopup)
     : base(pSimplyPopup)
 {
 }