ClassRadThumbnailButton
Definition
Namespace:Telerik.WinControls.Taskbar
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class RadThumbnailButton : IDisposable
Inheritance: objectRadThumbnailButton
Implements:
Constructors
RadThumbnailButton()
Declaration
public RadThumbnailButton()
Properties
DismissOnClick
When the button is clicked, the taskbar button's flyout closes immediately.
Enabled
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.
Hidden
The button is not shown to the user.
ImageIndex
Gets or sets the image list index value of the image displayed on the button control.
Declaration
[TypeConverter("Telerik.WinControls.UI.Design.NoneExcludedImageIndexConverter, Telerik.WinControls.UI.Design, Version=2026.1.311.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e")]
[RelatedImageList("Owner.ThumbnailButtonsImageList")]
public int ImageIndex { get; set; }
Property Value
ImageKey
Gets or sets the key accessor for the image in the ImageList.
Declaration
[TypeConverter("Telerik.WinControls.UI.Design.RadImageKeyConverter, Telerik.WinControls.UI.Design, Version=2026.1.311.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e")]
[RelatedImageList("Owner.ThumbnailButtonsImageList")]
public string ImageKey { get; set; }
Property Value
NoBackground
Do not draw a button border, use only the image.
NonInteractive
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.
Owner
Gets the owner of the thumbnail button.
Declaration
public IThumbnailButtonOwner Owner { get; }
Property Value
IThumbnailButtonOwner
Tag
Tag object that can be used to store user data, taht correcposnds to this button.
Methods
Dispose()
Declaration
public void Dispose()
Implements
OnClick()
Notifies that the button has been clicked.
Declaration
protected virtual void OnClick()
Update()
Updates the internal infrastructure to the latest state of this instance.
Declaration
public void Update()
~RadThumbnailButton()
Declaration
protected ~RadThumbnailButton()