-
Notifications
You must be signed in to change notification settings - Fork 206
Home
The ribbon class library can be added via Nuget. Right click your project and go to "Manage Nuget Packages..."
Search "RibbonWinForms" and install the nuget package.
Drag the ribbon control into the form.
Click "Add Tab"
Click "Add Panel"
Showing the commands of the "Panel"
Click the command and add the controls you want.
Changing the icon and button text label.
Adding the "Click" event.
Type the commands that you wish to do in the event block.
Now, try run the application.
Example of using RibbonForm style.
Replace the inheritance of "Form",
to "RibbonForm".
Note:
Some behaviour of "RibbonForm" might not be working properly in some unknown circumstances. We recommend that you to perform the test in your environment before delivering your application into production.