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

Definition

Namespace:Telerik.WinControls.Taskbar

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class RadThumbnailButton : IDisposable

Inheritance: objectRadThumbnailButton

Implements: IDisposable

Constructors

C#
public RadThumbnailButton()

Properties

When the button is clicked, the taskbar button's flyout closes immediately.

C#
public bool DismissOnClick { get; set; }

Gets or sets a value indicating, whether the buttons is enabled. If [true] The button is active and available to the user. If [false] The button is disabled. It is present, but has a visual state that indicates that it will not respond to user action.

C#
public bool Enabled { get; set; }

The button is not shown to the user.

C#
public bool Hidden { get; set; }

Gets or sets the Icon displayed in this button.

C#
public Icon Icon { get; set; }

Gets or sets the image list index value of the image displayed on the button control.

C#
[TypeConverter("Telerik.WinControls.UI.Design.NoneExcludedImageIndexConverter, Telerik.WinControls.UI.Design, Version=2026.3.916.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e")]
[RelatedImageList("Owner.ThumbnailButtonsImageList")]
public int ImageIndex { get; set; }

Gets or sets the key accessor for the image in the ImageList.

C#
[TypeConverter("Telerik.WinControls.UI.Design.RadImageKeyConverter, Telerik.WinControls.UI.Design, Version=2026.3.916.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e")]
[RelatedImageList("Owner.ThumbnailButtonsImageList")]
public string ImageKey { get; set; }

Do not draw a button border, use only the image.

C#
public bool NoBackground { get; set; }

The 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.

C#
public bool NonInteractive { get; set; }

Owner

IThumbnailButtonOwner

Gets the owner of the thumbnail button.

C#
public IThumbnailButtonOwner Owner { get; }

Tag object that can be used to store user data, taht correcposnds to this button.

C#
public object Tag { get; set; }

Gets or sets the tool tip text.

C#
public string ToolTip { get; set; }

Methods

C#
protected ~RadThumbnailButton()
C#
public void Dispose()

Implements: IDisposable.Dispose()

Notifies that the button has been clicked.

C#
protected virtual void OnClick()
C#
public override string ToString()
Returns:

string

Overrides: object.ToString()

Updates the internal infrastructure to the latest state of this instance.

C#
public void Update()