RibbonFramework.RCW
1.1.2
dotnet add package RibbonFramework.RCW --version 1.1.2
NuGet\Install-Package RibbonFramework.RCW -Version 1.1.2
<PackageReference Include="RibbonFramework.RCW" Version="1.1.2" />
<PackageVersion Include="RibbonFramework.RCW" Version="1.1.2" />
<PackageReference Include="RibbonFramework.RCW" />
paket add RibbonFramework.RCW --version 1.1.2
#r "nuget: RibbonFramework.RCW, 1.1.2"
#:package RibbonFramework.RCW@1.1.2
#addin nuget:?package=RibbonFramework.RCW&version=1.1.2
#tool nuget:?package=RibbonFramework.RCW&version=1.1.2
Windows Ribbon Framework for WinForms .NET (Core and .NET Framework)
The package contains .NET wrapper classes for the COM based Windows Ribbon Framework. Microsofts Windows Ribbon Framework is available since Windows 7. This .NET wrapper is a runtime callable wrapper (RCW) and is present in the library RibbonFramework.dll which is inside the package.
More informations about usage are inside Github project page WinForms-Ribbon with samples and wiki pages.
For developing the user interface you have to write XAML like markup file with commands and views first. Empty markup file:
<?xml version='1.0' encoding='utf-8'?>
<Application xmlns='http://schemas.microsoft.com/windows/2009/Ribbon'>
<Application.Commands>
</Application.Commands>
<Application.Views>
<ContextPopup>
</ContextPopup>
<Ribbon>
</Ribbon>
</Application.Views>
</Application>
This can be done with the application RibbonTools64, which helps designing, building and previewing the user interface. This application is available on the project page as a MSI setup with full source code.
After finishing the first step, you create a .NET Windows Form project with this Nuget package and place a RibbonStrip control to the Form. For next steps see documentation and samples on the project page.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- System.Memory (>= 4.6.3)
-
net8.0-windows7.0
- System.Memory (>= 4.6.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.