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

Ribbon Control In Vb

I am trying to use the "ribboncontroladv" component in a Visual basics solution but the control will not allow me to set the controls "isformmanager" property to true, is this property unavailable for VB applications or is there a requirement for the property that i have overlooked? Thank you for your help in advanced

1 Reply

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.

Loader.
Live Chat Icon For mobile
Up arrow icon