https://github.com/karenpayneoregon/team-controls
For an article using NuGet packages
https://github.com/karenpayneoregon/team-controls
csharp net50 netcore nuget-packages
Last synced: 9 months ago
JSON representation
For an article using NuGet packages
- Host: GitHub
- URL: https://github.com/karenpayneoregon/team-controls
- Owner: karenpayneoregon
- Created: 2021-02-07T00:07:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-06T08:55:36.000Z (almost 4 years ago)
- Last Synced: 2025-03-01T07:04:48.845Z (over 1 year ago)
- Topics: csharp, net50, netcore, nuget-packages
- Language: C#
- Homepage:
- Size: 1.14 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.html
Awesome Lists containing this project
README
About
About
This repository is for providing ideas for how a developer writing for windows forms might create a class project with custom controls that may be needed from time to time when the standard controls don�t fit specific needs.
For a list of controls and descriptions see the following page.
Note
Each control has the following properties
Property
Description
Id
An int to identify the control
HasId
Indicates if the control has an Id
Stash
A string property for storing anything
You can of course remove these properties or change them, for instance rather than Stash as a string the property could be a type such as a class.
Related
.NET Core 5 TaskDialog which has examples for creating custom MessageBoxes such as


Also included
