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 » Show PopUp Menu on a SplitButton Collapse All
Subject Author Date
Gunter Avenius Jun 29, 2008 - 5:26 AM

Hello,


Elegant Ribbon 3.0, vb2005


I can show a Popup Menu in a DropDrown like:


 


ddctl.ShowPopup(True)

 

How can i Show a PopUp Menu in a SplitButton?

splitBtnctl.Popup.Show()


Works not.


Thanks

Gunter


 

Technical Support Jul 2, 2008 - 8:32 AM

Hi Gunter,


Please use splitButton1.DropDown.Popup.Show() instead. If you need to use the properties of the button part of a split button, you should use the splitButton1.Button object.

Gunter Avenius Jul 2, 2008 - 8:39 AM

Thanks