New to Telerik UI for WinFormsStart a free 30-day trial

RadTaskbarButton

Updated over 6 months ago

Properties

PropertyDescription
OwnerFormThe form that is represented on the task bar.
ThumbnailButtonsGets the thumbnail buttons collection.
ThumbnailButtonsImageListGets or sets the ImageList that contains the images displayed by the thumbnail buttons.
OverlayIconGets or sets the overlay icon used to be displayed over the taskbar button.
ProgressStateGets or sets the progress state displayed over the taskbar button.
ProgressPercentagesGets or sets the progress value displayed over the taskbar button in percents.
ClipRectangleGets or sets the clip rectangle of the thumbnail preview. Note that when this property is assigned the ClipControl property will be reset.
ClipControlGets or sets the clip control of the thumbnail preview.
ThumbnailTooltipGets or sets the thumbnail toltip text.

Events

EventDescription
ThumbnailButtonClickOccurs when a RadThumbnailButton has been clicked.

RadThumbnailButton

Properties

PropertyDescription
TagTag object that can be used to store user data, taht correcposnds to this button.
ImageIndexGets or sets the image list index value of the image displayed on the button control.
ImageKeyGets or sets the key accessor for the image in the ImageList.
IconGets or sets the Icon displayed in this button.
ToolTipGets or sets the tool tip text.
EnabledGets or sets a value indicating, whether the buttons is enabled.
DismissOnClickWhen the button is clicked, the taskbar button's flyout closes immediately.
NoBackgroundDo not draw a button border, use only the image.
HiddenThe button is not shown to the user.
NonInteractiveThe button is enabled but not interactive: no pressed button state is drawn. This value is intended for instances where the button is used in a notification.

Methods

EventDescription
Update

RadTaskbarManager

Methods

MethodDescription
FlashFlashes the specified window. It does not change the active state of the window.
FlashUntilActiveFlashes the specified window until it is activated. Note that if the window is currently active the flash will not begin.
StopFlashStops the flashing of the specified window.
FlashCoreFlashes the specified window. It does not change the active state of the window.
SetOverlayIconApplies an overlay to a taskbar button to indicate application status or a notification to the user.
SetProgressStateSets the type and state of the progress indicator displayed on a taskbar button.
SetProgressValueDisplays or updates a progress bar hosted in a taskbar button to show the specific percentage completed of the full operation.
SetThumbnailClipSelects a portion of a window's client area to display as that window's thumbnail in the taskbar.
SetThumbnailTooltipSpecifies or updates the text of the tooltip that is displayed when the mouse pointer rests on an individual preview thumbnail in a taskbar button flyout.
ThumbBarSetImageListSpecifies an image list that contains button images for a toolbar embedded in a thumbnail image of a window in a taskbar button flyout.
MarkFullscreenWindowMarks a window as full-screen.
AddTabAdds an item to the taskbar.
DeleteTabDeletes an item from the taskbar.
ActivateTabActivates an item on the taskbar. The window is not actually activated; the window's item on the taskbar is merely displayed as active.
RegisterTabInforms the taskbar that a new tab or document thumbnail has been provided for display in an application's taskbar group flyout.
UnregisterTabRemoves a thumbnail from an application's preview group when that tab or document is closed in the application.
SetTabPropertiesAllows a tab to specify whether the main application frame window or the tab window should be used as a thumbnail or in the peek feature under certain circumstances.
SetTabOrderInserts a new thumbnail into a tabbed-document interface (TDI) or multiple-document interface (MDI) application's group flyout or moves an existing thumbnail to a new position in the application's group.
SetTabActiveInforms the taskbar that a tab or document window has been made the active window.
SetActiveAltMarks a taskbar item as active but does not visually activate it.

See Also