Objectives
Hiding a window from TaskBar using WebDesktopManager Designer. It gives you a freedom to set the ShowInTaskBar to be displayed or hidden.
- Drag WebDesktopManager from Toolbox into a WebForm page.
- Add a Window using AddWindow button on the right-upper side and named it Window1.
- Right click on WebDesktopManager's instance, and select WebDesktopManager Designer.
- Click on Windows, and choose the added Window which is Window1.
- Set the ShowInTaskBar to False.
- Click OK to take affect of the setting.
- Run the Project and you should see something like the following.
Related Articles
{Creating Simple Desktop}