mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
Add devdocs for tools (#24903)
* first push (associated issues: #17951 #761) * More docs * Fix spelling * More docs * Fix spelling * Push * Fix link * Fix spelling * Update bug-report-tool.md * Update verification-scripts.md * Update doc/devdocs/tools/bug-report-tool.md Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com> * Update doc/devdocs/tools/bug-report-tool.md * Update doc/devdocs/tools/styles-report-tool.md Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com> * Update doc/devdocs/tools/build-tools.md * Update doc/devdocs/tools/clean-up-tool.md --------- Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com> Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com>
This commit is contained in:
13
doc/devdocs/tools/fancyzones-zonable-tester.md
Normal file
13
doc/devdocs/tools/fancyzones-zonable-tester.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# [FancyZones_zonable_tester](/tools/FancyZones_zonable_tester/)
|
||||
|
||||

|
||||
|
||||
This command line application tests if the window where the mouse cursor is located is zonable. It also adds additional information about the window to the console output:
|
||||
|
||||
* The HWND (window handle) of the window
|
||||
* The process ID of the window
|
||||
* The HWND of the window in the foreground
|
||||
* The style of the window
|
||||
* The exStyle of the window
|
||||
* The window class
|
||||
* The path of the process that created the window
|
||||
Reference in New Issue
Block a user