Info
Version: | 2.0.0 |
Author(s): | Marco De Sanctis, Lex Li, and other contributors |
Last Update: | Saturday, January 4, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/lextm/ActionListWinForms |
NuGet Url: | https://www.nuget.org/packages/ActionListWinForms |
Install
Install-Package ActionListWinForms
dotnet add package ActionListWinForms
paket add ActionListWinForms
ActionListWinForms Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Actions are used to link together various UI elements, such as buttons, menu items, and toolbar buttons, making them behave consistently: linked items are checked/ unchecked/ enabled/ disabled at the same time, and they share the same Text and eventually Image property and, of course, execute the same code once clicked.
ActionList for .NET brings these features to Windows Forms developers.
Please also download and execute 1.3.0 installer from https://dl.dropbox.com/u/103746479/installers/actionlist/setup.exe so as to enable design time support in Visual Studio.