Info
Version: | 1.0.0.9 |
Author(s): | csharpIT |
Last Update: | Monday, May 13, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/WinForm.Inspector.Tool |
Install
Install-Package WinForm.Inspector.Tool
dotnet add package WinForm.Inspector.Tool
paket add WinForm.Inspector.Tool
WinForm.Inspector.Tool Download (Unzip the "nupkg" after downloading)
Dependencies
- MouseKeyHook(>= 5.6.0)
Tags
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.