,點選這個圖示,就會切換到桌面。這個圖示實際是一個 “Windows Explorer Command” ,用記事本打開這個檔案,我們看到如下的内容:
This method has the same effect as the Show Desktop button in the Quick Launch area of the Taskbar.
It either hides all open windows and shows the desktop, or it hides the desktop and shows all open windows.
The ToggleDesktop method does not display any user interface, it just invokes the toggle action.
在C#中,使用 顯示桌面 的功能,實際就是使用 Shell.Application 去執行 ToggleDesktop 這個功能,代碼如下: