[]
        
(Showing Draft Content)

C1.Win.C1Win7Pack.C1ThumbButton

C1ThumbButton Class

Represents a taskbar thumbnail button in the thumbnail toolbar.

Inheritance
C1ThumbButton
Implements
Namespace: C1.Win.C1Win7Pack
Assembly: C1.Win.C1Win7Pack.4.8.dll
Syntax
public class C1ThumbButton : ICloneable

Constructors

Name Description
C1ThumbButton()

Initializes a new instance of a C1ThumbButton.

Properties

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.

Methods

Name Description
ResetIcon()
ShouldSerializeIcon()