KP.TeamControls 1.0.1

dotnet add package KP.TeamControls --version 1.0.1
NuGet\Install-Package KP.TeamControls -Version 1.0.1
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="KP.TeamControls" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add KP.TeamControls --version 1.0.1
#r "nuget: KP.TeamControls, 1.0.1"
#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 KP.TeamControls as a Cake Addin
#addin nuget:?package=KP.TeamControls&version=1.0.1

// Install KP.TeamControls as a Cake Tool
#tool nuget:?package=KP.TeamControls&version=1.0.1

About

Sample windows form control library for upcoming TechNet article.

GitHub projects source code.

Controls

Useful controls to use in Windows Forms projects.

  • Id property is to store a numeric value that might normally be stored in the Tag property of a normal control.
  • HasId, example to check if an identifier is set
  • Stash, used to store string information for the control. This concept can be extended to hold other types of data.
  • Control names can be changed to suit a developer needs and is encouraged.
Control   Description
CheckBoxCustom   Properties, Id property, Stash
DateTimePickerCustom    Properties, Id property, Stash, set default format and size of the control.
IntegerTextBox   Properties, Id property, Stash, simple text box to allow only integer values
NoBeepTextBox   Properties, Id property, Stash, pressing <kbd>enter</kbd> key will not cause a beep sound
PictureBoxCustom   Properties, Id property, Stash, method to export image to file.
RadioButtonCustom   Properties, Id property, Stash
RadioGroupBox   Provides access to current selected RadioButtonCustom in the group box
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
1.0.1 428 2/7/2021
1.0.0 349 2/7/2021