We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Displaying Dropdown items.

Hi,



         How to displayToolStripDropDown item when we click the menu button of the RibbonContorlAdv?

Regards,
Ranjan VijayKumar.

1 Reply

AJ Ashwini Jaya Preetha Durai Samy Syncfusion Team December 9, 2014 04:08 AM UTC

Hi Ranjan,

 

Thank you for using Syncfusion products,

 

Your requirement for displaying ToolStipDropDownItem while clicking the MenuButton can be achieved by using the Menu buttonClick Event as shown in the below code snippet.

Code snippet[C#]:

 

void ribbonControlAdv1_MenuButtonClick(object sender, EventArgs e)

        {

            this.toolStripDropDownButton1.ShowDropDown();

            //this.toolStripDropDownButton1.Visible =                         !this.toolStripDropDownButton1.Visible;

        }

 

 

Sample Link: http://www.syncfusion.com/downloads/support/directtrac/131842/ToolStripDropDown-1157914836.zip

       

Please let us know if we have misunderstood your query

 

Regards,

Ashwini.


Loader.
Live Chat Icon For mobile
Up arrow icon