FullControls 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package FullControls --version 1.2.0
NuGet\Install-Package FullControls -Version 1.2.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="FullControls" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FullControls --version 1.2.0
#r "nuget: FullControls, 1.2.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.
// Install FullControls as a Cake Addin
#addin nuget:?package=FullControls&version=1.2.0

// Install FullControls as a Cake Tool
#tool nuget:?package=FullControls&version=1.2.0

Set of controls that update standard controls to be fully customizable.  

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 Compatible and additional computed target framework versions.
.NET net5.0-windows7.0 is compatible.  net6.0-windows was computed.  net7.0-windows was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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
3.0.0-beta.15 52 2/6/2024
3.0.0-beta.14 72 1/8/2024
3.0.0-beta.13 61 1/8/2024
3.0.0-beta.12 72 12/30/2023
3.0.0-beta.11 64 12/29/2023
3.0.0-beta.10 65 12/17/2023
3.0.0-beta.9 56 12/15/2023
3.0.0-beta.8 67 12/15/2023
3.0.0-beta.7 75 12/10/2023
3.0.0-beta.6 61 12/10/2023
3.0.0-beta.5 66 12/10/2023
3.0.0-beta.4 65 11/19/2023
3.0.0-beta.3 53 11/13/2023
3.0.0-beta.2 58 11/10/2023
3.0.0-beta.1 57 11/6/2023
2.2.0 234 11/6/2023
2.1.0 339 2/16/2023
2.0.4 768 5/26/2022
2.0.3 469 5/21/2022
2.0.2 443 5/18/2022
2.0.1 484 5/13/2022
2.0.0 501 5/8/2022
1.5.1 788 8/20/2021
1.5.0 468 5/20/2021
1.4.2 436 5/16/2021
1.4.1 453 5/15/2021
1.4.0 405 5/11/2021
1.3.0 394 3/9/2021
1.2.4 493 1/4/2021
1.2.3 494 12/28/2020
1.2.2 473 12/25/2020
1.2.1 481 12/14/2020
1.2.0 638 12/13/2020
1.1.2 455 12/3/2020
1.1.1 779 12/2/2020
1.1.0 750 12/1/2020
1.0.2 513 11/22/2020
1.0.1 660 11/21/2020
1.0.0 673 11/21/2020

Added Switcher, ECheckBox and ERadioButton.
Added feature to choose activation/deactivation behaviour to EToggleButton.
Added support for int-only, double-only and numeric-only values to ETextBox.
Added label to EPasswordBox and ETextBox with an option to display label on top or left.
Added external border to EPasswordBox and ETextBox.
Added support for SharedSizeScope and fixed text view size to EPasswordBox and ETextBox.
Added IsDocked to detect if EWindow is docked.
Added EnableDoubleClickMaximizeRestore to choose if to activate maximizing/restoring EWindow by doubleclick on toolbar.
Changed EnableMinimizeButton to EnableMinimize to completely disable minimizing EWindow and removed EnableCloseButton.
Fixed null reference error of ETextBox and EPasswordBox if Text, or Password, are set to null.
Fixed bug when EWindow is docked.
General corrections and optimizations.