{"id":22065689,"url":"https://github.com/karenpayneoregon/team-controls","last_synced_at":"2025-10-23T21:57:27.891Z","repository":{"id":110840683,"uuid":"336663310","full_name":"karenpayneoregon/team-controls","owner":"karenpayneoregon","description":"For an article using NuGet packages","archived":false,"fork":false,"pushed_at":"2022-08-06T08:55:36.000Z","size":1196,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T07:04:48.845Z","etag":null,"topics":["csharp","net50","netcore","nuget-packages"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/karenpayneoregon.png","metadata":{"files":{"readme":"readme.html","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-07T00:07:41.000Z","updated_at":"2022-02-26T15:14:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"9304c429-f357-4610-a48e-0d024149760a","html_url":"https://github.com/karenpayneoregon/team-controls","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karenpayneoregon%2Fteam-controls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karenpayneoregon%2Fteam-controls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karenpayneoregon%2Fteam-controls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karenpayneoregon%2Fteam-controls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karenpayneoregon","download_url":"https://codeload.github.com/karenpayneoregon/team-controls/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245144978,"owners_count":20568056,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","net50","netcore","nuget-packages"],"created_at":"2024-11-30T19:21:21.203Z","updated_at":"2025-10-23T21:57:27.831Z","avatar_url":"https://github.com/karenpayneoregon.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n\u003chead\u003e\n    \u003ctitle\u003eAbout\u003c/title\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n\n    \u003ch1 id=\"about\"\u003eAbout\u003c/h1\u003e\n\u003cp\u003eThis 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.\u003c/p\u003e\n\u003cp\u003eFor a list of controls and descriptions see the \u003ca href=\"https://github.com/karenpayneoregon/team-controls/blob/master/TeamControls/readme.md\"\u003efollowing page\u003c/a\u003e.\u003c/p\u003e\n\u003ch2 id=\"note\"\u003eNote\u003c/h2\u003e\n\u003cp\u003eEach control has the following properties\u003c/p\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"text-align: left;\"\u003eProperty\u003c/th\u003e\n\u003cth style=\"text-align: left;\"\u003eDescription\u003c/th\u003e\n\u003c/tr\u003e\n\u003c/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: left;\"\u003eId\u003c/td\u003e\n\u003ctd style=\"text-align: left;\"\u003eAn int to identify the control\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: left;\"\u003eHasId\u003c/td\u003e\n\u003ctd style=\"text-align: left;\"\u003eIndicates if the control has an \u003ccode\u003eId\u003c/code\u003e\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: left;\"\u003eStash\u003c/td\u003e\n\u003ctd style=\"text-align: left;\"\u003eA string property for storing anything\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/tbody\u003e\n\u003c/table\u003e\n\u003cp\u003eYou 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.\u003c/p\u003e\n\u003ch1 id=\"related\"\u003eRelated\u003c/h1\u003e\n\u003cp\u003e\u003ca href=\"https://github.com/karenpayneoregon/task-dialog-csharp\"\u003e.NET Core 5 TaskDialog\u003c/a\u003e which has examples for creating custom MessageBoxes such as\u003c/p\u003e\n\u003cp\u003e\u003cimg src=\"assets/Example6.png\" alt=\"img\" /\u003e\u003c/p\u003e\n\u003cp\u003e\u003cimg src=\"assets/Example16.png\" alt=\"img\" /\u003e\u003c/p\u003e\n\u003ch1 id=\"also-included\"\u003eAlso included\u003c/h1\u003e\n\u003cp\u003e\u003cimg src=\"assets/helpers.png\" alt=\"image\" /\u003e\u003c/p\u003e\n\n\n\u003c/body\u003e\n\u003c/html\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarenpayneoregon%2Fteam-controls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarenpayneoregon%2Fteam-controls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarenpayneoregon%2Fteam-controls/lists"}