[]
Represents a taskbar thumbnail button in the thumbnail toolbar.
public class C1ThumbButton : ICloneable
| Name | Description |
|---|---|
| C1ThumbButton() | Initializes a new instance of a C1ThumbButton. |
| Name | Description |
|---|---|
| DismissOnClick | Gets or sets the property that describes the behavior when the button is clicked. If set to true, the taskbar button's flyout will close immediately. |
| Enabled | Gets or sets the thumbnail button's enabled state. If the button is disabled, it is present, but has a visual state that indicates that it will not respond to user action. |
| Icon | Gets or sets the button icon, measuring 16x16 pixels at 96 dpi. |
| ImageIndex | Gets or sets the index of an image in the ImageList. |
| ImageKey | Gets or sets the image key in the ImageList. |
| Interactive | Gets or sets the property that describes whether the button is interactive with the user. |
| Name | Gets or sets a name associated with the C1ThumbButton. |
| NoBackground | If set to true, do not draw a button border, use only the image. |
| Owner | Gets the owner C1Thumbnail. |
| Tooltip | Gets or sets a tooltip associated with the C1ThumbButton. |
| Visible | Gets or sets the thumbnail button's visibility. |
| Name | Description |
|---|---|
| ResetIcon() | |
| ShouldSerializeIcon() |