FullControls 1.1.1
This package is not maintained anymore, if you want you can remake the project, is now public domain.
See the version list below for details.
dotnet add package FullControls --version 1.1.1
NuGet\Install-Package FullControls -Version 1.1.1
<PackageReference Include="FullControls" Version="1.1.1" />
paket add FullControls --version 1.1.1
#r "nuget: FullControls, 1.1.1"
// Install FullControls as a Cake Addin #addin nuget:?package=FullControls&version=1.1.1 // Install FullControls as a Cake Tool #tool nuget:?package=FullControls&version=1.1.1
Set of controls that update standard controls to be fully customizable.
Controls included:
+ EButton
+ EComboBox
+ EComboBoxItem
+ EPasswordBox
+ ETextBox
+ EToggleButton
+ ERepeatButton
+ EWindow
+ GlassScrollBar
+ GlassScrollViewer
+ PolymorphicMenuItem
A full description of the controls can be found on the github repository.
Product | Versions 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. net9.0-windows was computed. |
-
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 | 103 | 2/6/2024 | |
3.0.0-beta.14 | 105 | 1/8/2024 | |
3.0.0-beta.13 | 93 | 1/8/2024 | |
3.0.0-beta.12 | 106 | 12/30/2023 | |
3.0.0-beta.11 | 104 | 12/29/2023 | |
3.0.0-beta.10 | 107 | 12/17/2023 | |
3.0.0-beta.9 | 92 | 12/15/2023 | |
3.0.0-beta.8 | 105 | 12/15/2023 | |
3.0.0-beta.7 | 108 | 12/10/2023 | |
3.0.0-beta.6 | 96 | 12/10/2023 | |
3.0.0-beta.5 | 97 | 12/10/2023 | |
3.0.0-beta.4 | 101 | 11/19/2023 | |
3.0.0-beta.3 | 91 | 11/13/2023 | |
3.0.0-beta.2 | 93 | 11/10/2023 | |
3.0.0-beta.1 | 107 | 11/6/2023 | |
2.2.0 | 782 | 11/6/2023 | |
2.1.0 | 406 | 2/16/2023 | |
2.0.4 | 948 | 5/26/2022 | |
2.0.3 | 534 | 5/21/2022 | |
2.0.2 | 497 | 5/18/2022 | |
2.0.1 | 520 | 5/13/2022 | |
2.0.0 | 568 | 5/8/2022 | |
1.5.1 | 860 | 8/20/2021 | |
1.5.0 | 510 | 5/20/2021 | |
1.4.2 | 502 | 5/16/2021 | |
1.4.1 | 517 | 5/15/2021 | |
1.4.0 | 460 | 5/11/2021 | |
1.3.0 | 455 | 3/9/2021 | |
1.2.4 | 556 | 1/4/2021 | |
1.2.3 | 541 | 12/28/2020 | |
1.2.2 | 536 | 12/25/2020 | |
1.2.1 | 541 | 12/14/2020 | |
1.2.0 | 685 | 12/13/2020 | |
1.1.2 | 518 | 12/3/2020 | |
1.1.1 | 851 | 12/2/2020 | |
1.1.0 | 804 | 12/1/2020 | |
1.0.2 | 564 | 11/22/2020 | |
1.0.1 | 732 | 11/21/2020 | |
1.0.0 | 742 | 11/21/2020 |
Added IDialog and DialogWindow, to display windows as dialogs and return an object as result.
Added a fix for the height of the window to be the same as in designer of Visual Studio.
Renamed caption buttons properties to better understading.