I read your article "Adding a WinForms control to a Ribbon Bar" https://www.telerik.com/support/kb/winforms/details/adding-a-winforms-control-to-a-ribbon-bar
Is there also a simple way to add such a control in place of a RibbonTab.
DateTimePicker datePicker = new DateTimePicker();
RadHostItem datePickerHost = new RadHostItem(datePicker);
this.ribbonTab1.Children.Add(datePickerHost);
I hope this helps. Should you have any other questions do not hesitate to ask.
Regards,
Nadya
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.