WinForm.Inspector.Tool 1.0.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package WinForm.Inspector.Tool --version 1.0.0.3
NuGet\Install-Package WinForm.Inspector.Tool -Version 1.0.0.3
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="WinForm.Inspector.Tool" Version="1.0.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WinForm.Inspector.Tool --version 1.0.0.3
#r "nuget: WinForm.Inspector.Tool, 1.0.0.3"
#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 WinForm.Inspector.Tool as a Cake Addin
#addin nuget:?package=WinForm.Inspector.Tool&version=1.0.0.3

// Install WinForm.Inspector.Tool as a Cake Tool
#tool nuget:?package=WinForm.Inspector.Tool&version=1.0.0.3

This library makes it possible to inspect any controls properties, events and even the document outline in your Windows Form at runtime. The only thing you have to do is to create an instance of the Inspector class and then run your winform as normal. Press "Ctrl + 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 Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.0.9 9,385 5/13/2019
1.0.0.8 568 4/28/2019
1.0.0.7 594 4/24/2019
1.0.0.6 588 4/24/2019
1.0.0.5 587 4/5/2019
1.0.0.4 565 4/3/2019
1.0.0.3 567 4/3/2019
1.0.0.2 618 3/31/2019
1.0.0.1 566 3/31/2019
1.0.0 601 3/31/2019

This library makes it possible to inspect any controls properties, events and even the document outline in your Windows Form at runtime. The only thing you have to do is to create an instance of the Inspector class and then run your winform as normal. Press "Ctrl + 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.