WinForm.Inspector.Tool
1.0.0
See the version list below for details.
dotnet add package WinForm.Inspector.Tool --version 1.0.0
NuGet\Install-Package WinForm.Inspector.Tool -Version 1.0.0
<PackageReference Include="WinForm.Inspector.Tool" Version="1.0.0" />
paket add WinForm.Inspector.Tool --version 1.0.0
#r "nuget: WinForm.Inspector.Tool, 1.0.0"
// Install WinForm.Inspector.Tool as a Cake Addin #addin nuget:?package=WinForm.Inspector.Tool&version=1.0.0 // Install WinForm.Inspector.Tool as a Cake Tool #tool nuget:?package=WinForm.Inspector.Tool&version=1.0.0
This library makes it possible to inspect any controls properties, events and even the document outline in your Windows Form. The only thing you have to do is to create an instance of the Inspector class and then run your winform as normal. Press "Alt + F8" to activate the inspector and open the control view window which will show all the data from the inspected control. Make sure the window you wanna inspect has focus, hold down "Alt" and hover your mouse over any given control and see the magic come to life.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has 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.
First version, the description says all.