Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Elegant Ribbon Tech Support » Add Controls to a Dropdown - PopUp Menu Collapse All
Subject Author Date
Gunter Avenius May 26, 2008 - 8:40 AM

Hello,


Elegant Ribbon 3.0, vb2005


How can I add Buttons , ToggleButtons, Separators Controls with Code (vb2005) to a DropDown - Popup Menu?


Thanks



Gunter

Gunter Avenius May 27, 2008 - 1:05 AM

Hello,


I found it. Problem solved.


Thanks

Gunter Avenius May 26, 2008 - 11:19 PM

Hello,


more precisely:


I add to my Ribbon a Dropdown with Code.


Like:


 


 


Dim ctlDD as Elegant.Ui.DropDown

MyribbonGroup.Controls.Add(ctlDD)


 


This works.


But how can I add to this Dropdown Controls like Button, Togglebuttons, Seperators or Dropdowns?


Thanks.

Gunter