TaskBar

A TaskBar container that can be used outside of a Desktop widget to manage minimized floating windows without having to use a Desktop or a custom manager.

How to Use

  • Add a reference to Wisej.Web.Ext.TaskBar

  • Drop the assembly dll on your Visual Studio Toolbox

  • Create an instance of TaskBar on your Wisej.NET container

You can set up the TaskBarPosition, choose between Top, Right, Bottom or Left. AutoiHideTaskbar can be used to automatically hide the the Taskbar when no windows are opened.

Find more information in our TaskBar example in C# or in VB.NET.

Last updated