GS
Gopalakrishnan S
Syncfusion Team
February 17, 2007 01:47 AM UTC
Hi Dave,
Thanks for using Syncfusion products.
You should inherit the Syncfusion.Windows.Forms.Tools.RibbonForm instead of Form in your class.
Use the following code snippet:
Partial Class Form1 Inherits Syncfusion.Windows.Forms.Tools.RibbonForm
instead of,
Partial Class Form1 Inherits System.Windows.Forms.Form
Please let me know if this helps.
Regards,
S.Gopal.