Files
winutil/docs/content/dev/features/Legacy-Windows-Panels/Printer.md
T

17 lines
386 B
Markdown
Raw Normal View History

2026-02-10 19:49:36 +00:00
---
title: "Printer Panel"
2026-02-10 19:49:36 +00:00
description: ""
---
2026-02-18 12:37:09 -06:00
2026-04-02 15:17:58 -05:00
```json {filename="config/feature.json",linenos=inline,linenostart=229}
2026-02-23 18:28:56 -06:00
"WPFPanelPrinter": {
"Content": "Printer Panel",
"category": "Legacy Windows Panels",
"panel": "2",
"Type": "Button",
"ButtonWidth": "300",
"InvokeScript": [
"Start-Process 'shell:::{A8A91A66-3A7D-4424-8D24-04E180695C7A}'"
],
2026-01-07 19:55:35 +00:00
```