RibbonFramework.CCW 0.9.0

dotnet add package RibbonFramework.CCW --version 0.9.0
                    
NuGet\Install-Package RibbonFramework.CCW -Version 0.9.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RibbonFramework.CCW" Version="0.9.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RibbonFramework.CCW" Version="0.9.0" />
                    
Directory.Packages.props
<PackageReference Include="RibbonFramework.CCW" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RibbonFramework.CCW --version 0.9.0
                    
#r "nuget: RibbonFramework.CCW, 0.9.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=RibbonFramework.CCW&version=0.9.0
                    
Install RibbonFramework.CCW as a Cake Addin
#tool nuget:?package=RibbonFramework.CCW&version=0.9.0
                    
Install RibbonFramework.CCW as a Cake Tool

Windows Ribbon Framework for WinForms .NET (Core)

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 COM callable wrapper (CCW) and is present in the library RibbonFramework.dll which is inside the package. The CCW wrapper has less Garbage collections and is faster then a RCW wrapper.

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 Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0-windows7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.0 139 4/1/2025