UI for WinForms
The Telerik UI for WinForms TaskbarButton control allows managing the application button within the system taskbar and adding further interactivity. You can customize the application preview shown on mouse hover, give commands, access resources and view program status directly from the taskbar. The TaskbarButton allows you to manage functionality offered by the TaskbarButton at run time. It provides a convenient public static API for that purpose.
When you hover over the taskbar button, you will see a popup containing the application preview. You can tailor the preview displayed in the popup by selecting an application region or a control. By default, there is a snapshot of the entire application window.
The application preview window can host multiple buttons, located below the snapshot image of the application. They allow quick interactions with the application straight from the popup. You can easily set the tool tip text to the thumbnail buttons.
When you right-click the application taskbar button, you will see a system-provided menu called jump list. It consists of categories, jump task items and separators. Note that you can add custom categories as well. This menu gives you quick access to recently or frequently used documents and provides an API to set them manually. Additionally, the jump list offers direct links to the application functionality and can link to another application or other executable files.
You can apply an overlay icon to a taskbar button to indicate the application status or a notification to the user.
Flash functionality will grab the attention of end-users by flashing the taskbar button and popup preview window without changing the active state of the window.
The Telerik UI for WinForms TaskbarButton has a built-in loading indicator that shows application processes in progress on the taskbar button. You can choose from four different styles of progress indicators:
You can easily configure the WinForms TaskbarButton at design time. Just drag the TaskbarButton component onto your form and you will get access to the TaskbarButton functions with just a couple of clicks.