FullControls 1.2.2
See the version list below for details.
dotnet add package FullControls --version 1.2.2
NuGet\Install-Package FullControls -Version 1.2.2
<PackageReference Include="FullControls" Version="1.2.2" />
paket add FullControls --version 1.2.2
#r "nuget: FullControls, 1.2.2"
// Install FullControls as a Cake Addin
#addin nuget:?package=FullControls&version=1.2.2
// Install FullControls as a Cake Tool
#tool nuget:?package=FullControls&version=1.2.2
Set of fully customizable standard controls, plus new special controls and extra functionality.
Controls included:
+ EButton
+ ECheckBox
+ EComboBox
+ EComboBoxItem
+ EPasswordBox
+ ERadioButton
+ ERepeatButton
+ ETextBox
+ EToggleButton
+ EWindow
+ GlassScrollBar
+ GlassScrollViewer
+ PolymorphicMenuItem
+ Switcher
Complete description and documentation here: https://github.com/devpelux/fullcontrols/wiki
Product | Versions |
---|---|
.NET | net5.0-windows7.0 |
-
net5.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 | |
---|---|---|---|
2.0.4 | 327 | 5/26/2022 | |
2.0.3 | 242 | 5/21/2022 | |
2.0.2 | 233 | 5/18/2022 | |
2.0.1 | 262 | 5/13/2022 | |
2.0.0 | 276 | 5/8/2022 | |
1.5.1 | 599 | 8/20/2021 | |
1.5.0 | 379 | 5/20/2021 | |
1.4.2 | 353 | 5/16/2021 | |
1.4.1 | 360 | 5/15/2021 | |
1.4.0 | 318 | 5/11/2021 | |
1.3.0 | 312 | 3/9/2021 | |
1.2.4 | 406 | 1/4/2021 | |
1.2.3 | 395 | 12/28/2020 | |
1.2.2 | 400 | 12/25/2020 | |
1.2.1 | 392 | 12/14/2020 | |
1.2.0 | 549 | 12/13/2020 | |
1.1.2 | 369 | 12/3/2020 | |
1.1.1 | 661 | 12/2/2020 | |
1.1.0 | 653 | 12/1/2020 | |
1.0.2 | 420 | 11/22/2020 | |
1.0.1 | 563 | 11/21/2020 | |
1.0.0 | 576 | 11/21/2020 |
Added four events to EWindow raised immediately before the four commands Close, Minimize, Maximize, Restore.
Changed CheckColor to CheckBrush in PolymorphicMenuItem.
Optimized documentation.