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
close icon

Displaying contents of sub menu items in the form of tabs.



Hi,



        I have a file called Mainframe.cs which consists of menu items and want to display the contents of submenu items in the form of tabs and when i click on the submenu items i should be able to see the contents.So kindly suggest how to achieve this functionality.



Regards,
Ranjan VijayKumar.

Attachment: files_7cf4cbcd.rar

1 Reply

SK Senthil Kumaran Rajan Syncfusion Team December 3, 2014 02:47 PM UTC

Hi Ranjan,

 

Thanks for using Syncfusion product,

 

The Custom controls can be added to the ToolStripDropDownItems by using the below code snippet. We have prepared a sample for your reference and it is attached below. If we have misunderstood your query, please provide some additional details about your query. It will be helpful for us to analyze and provide you a prompt solution.

 

Code Snippet[C#]:

  this.toolStripDropDownButton1.DropDown = new CustomDropDown(this.menuStrip1);

 

Please let us know if you need further assistance,

 

Regards,

R.Senthil kumaran


Attachment: CustomCtrl_41308634.zip

Loader.
Live Chat Icon For mobile
Up arrow icon