Skip to content

Commit

Permalink
Comments, Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
harborsiem committed Jan 25, 2023
1 parent c24ab2a commit 0442b1d
Show file tree
Hide file tree
Showing 6 changed files with 254 additions and 114 deletions.
7 changes: 2 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ Following is the list of sample application and their description:
- **17 - QuickAccessToolbar** WinForms application that demonstrates the use of quick access toolbar.
- **18 - SizeDefinition** WinForms application that demonstrates the use of custom layout templates.
- **19 - Localization** WinForms application that demonstrates how to localize your ribbon.
- **NewFunctions** WinForms application that demonstrates new functions with Ribbon version 2.14 and above

see also:
[Codeplex archive](https://archive.codeplex.com/?p=windowsribbon)

[Documentation archive](https://www.codeproject.com/Articles/55599/Windows-Ribbon-for-WinForms-Part-Table-of-Conten)

[Current Documentation](https://github.com/harborsiem/WindowsRibbon/wiki)
Expand All @@ -54,7 +53,7 @@ Now the WindowsRibbon project is running also in the latest Visual Studio Versio

---

WindowsRibbon is also available on NuGet, with Package Id [WindowsRibbon](https://www.nuget.org/packages/WindowsRibbon). Via this package you can get a compiled Ribbon Library also for .NET Framework 4.0, .NET Core 3.1, .NET 5 and .NET6
WindowsRibbon is also available on NuGet, with Package Id [WindowsRibbon](https://www.nuget.org/packages/WindowsRibbon). Via this package you can get a compiled Ribbon Library also for .NET Framework 4.0, .NET 6 and .NET 7

---

Expand All @@ -73,5 +72,3 @@ An other C# Application with the Ribbon Control one can find at the following pa
## Installation:

Requirement for installation is the Microsoft .NET Framework 4.6.2 or any higher version. If it is not installed on your computer then you can download it from a Microsoft page. Install this first.

You also need Microsoft .NET Framework 3.5. In Windows 10 you have to go to the Control Panel > Programs > Programs and Features. On the left side click to "Turn Windows features on or off". You get a new dialog. Here you have to select ".NET Framework 3.5 (includes ...)".
2 changes: 1 addition & 1 deletion Ribbon/Controls/Events/ColorPickerEventArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private ColorPickerEventArgs(SwatchColorType colorType, Color? color)
public Color? RGBColor { get; private set;}

/// <summary>
///
/// Creates a ColorPickerEventArgs from ExecuteEventArgs of a RibbonDropDownColorPicker event
/// </summary>
/// <param name="e">Parameters from event: ExecuteEventArgs</param>
/// <returns></returns>
Expand Down
Loading

0 comments on commit 0442b1d

Please sign in to comment.