Skip to content
harborsiem edited this page Apr 29, 2024 · 5 revisions

Welcome to the WindowsRibbon wiki!

This is a .NET (C#, VB) implementation of the "Microsoft Windows Ribbon" which is introduced in Windows 7.

  • The project contains a .NET wrapper library (Ribbon.dll) for all features of the Microsoft Windows Ribbon.
  • It also contains a toolchain for designing, building and previewing your WindowsRibbon project (RibbonTools.exe). RibbonTools.exe can also called from command line with parameters. (RibbonTools /?)
  • RibbonTools.exe one can also use for designing, building and previewing when you use other programming languages like C++
  • For all components (Ribbon.dll, RibbonTools.exe) there are setup files available. See Releases page. Please install the latest version.
  • And of course there are a lot of samples and documentation.

See documentation in this Wiki (Table of contents on the right sidebar).

Table of contents

Clone this wiki locally