8000 Home · RibbonWinForms/RibbonWinForms Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Adrian Voo edited this page Aug 8, 2019 · 4 revisions

Step by Step Guide for Beginner


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.

Clone this wiki locally
0