Skip to main content
A newer version of this page is available. .

CheckContextButton Properties

A context button displaying a check box that can be checked by an end-user.
Name Description
Alignment Gets or sets the current item’s alignment relative to the owner control. This property is obsolete, use ContextItem.AlignmentOptions instead. Inherited from ContextItem.
AlignmentOptions Provides access to options that specify the panel in which the item is displayed, and its position in the panel. Inherited from ContextItem.
AllowGlyphSkinning Gets or sets whether the current item’s glyph is painted using the foreground color. Inherited from ContextItem.
AllowHtmlText Gets or sets whether the current button’s caption is formatted using HTML tags. Inherited from ContextButtonBase.
AnchorAlignment Gets or sets the alignment of the current item relative to the anchor element. Inherited from ContextItem.
AnchorElement Gets or sets an item (anchor element) relative to which the current item is aligned. Inherited from ContextItem.
AnchorElementId Gets or sets the globally unique identifier of the item (anchor element), relative to which the current item is aligned. Inherited from ContextItem.
AnchorIndent Gets or sets the indent between the current item and the anchor element. Inherited from ContextItem.
AnchorOffset Gets or sets the translation of the current item from the anchor element. Inherited from ContextItem.
AnimationType Gets or sets the type of the animation used to show and hide the current item. Inherited from ContextItem.
AppearanceHover Provides access to the settings used to paint the current item in the hovered state. Inherited from ContextItem.
AppearanceNormal Provides access to the appearance settings used to paint the current item in the normal (not hovered) state. Inherited from ContextItem.
Caption This member supports the internal infrastructure, and is not intended to be used directly from your code.
Checked Gets or sets whether the current button is in the checked state.
CheckedGlyph Gets or sets the glyph displayed by the current button in the checked state when it is not hovered over with the mouse pointer.
Collection Gets the collection to which the current item belongs. Inherited from ContextItem.
Enabled Gets or sets whether the current item can respond to end-user interaction. Inherited from ContextItem.
Glyph Gets or sets the glyph displayed by the current item in the normal (not hovered) state. Inherited from ContextItem.
HasCheckedGlyph Gets whether or not this CheckContextButton has a checked state glyph assigned.
HasGlyph Gets whether or not this ContextItem has a glyph assigned. Inherited from ContextItem.
HasHoverCheckedGlyph Gets whether or not this CheckContextButton has a hovered checked state glyph assigned.
HasHoverGlyph Gets whether or not this ContextItem has a hovered state glyph assigned. Inherited from ContextItem.
Height Gets or sets the button height. Inherited from ContextButtonBase.
HoverCheckedGlyph Gets or sets the glyph displayed by the current button in the checked state when it is hovered over with the mouse cursor.
HoverGlyph Gets or sets the glyph displayed by the current item in the hovered state. Inherited from ContextItem.
HyperLinkColor Gets or sets the color of the hyperlink text in the current button’s caption. Inherited from ContextButtonBase.
Id Gets or sets the current item’s unique identifier. Inherited from ContextItem.
ImageOptions Provides access to all properties related to the CheckContextButton icon.
ImageOptionsCollection Provides access to image-related settings for each CheckContextButton visual state - Normal, Hovered, Checked, HoveredChecked.
MaxHeight Gets or sets the maximum height of the current button. Inherited from ContextButtonBase.
MaxWidth Gets or sets the maximum width of the current button. Inherited from ContextButtonBase.
Name Gets or sets the current item’s name. Inherited from ContextItem.
OriginItem This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from ContextItem.
Padding Gets or sets the amount of space around the current button. Inherited from ContextButtonBase.
ShowToolTips Gets or sets whether hints can be displayed for the current item. Inherited from ContextItem.
Size Gets or sets the current item’s size. Inherited from ContextItem.
SuperTip Gets or sets a SuperToolTip for the current context item. Inherited from ContextItem.
Tag Gets or sets custom data associated with the current item. Inherited from ContextItem.
ToolTip Gets or sets the text of the hint for the current item. Inherited from ContextItem.
ToolTipIconType Gets or sets the type of icon displayed in the hint for the current item. Inherited from ContextItem.
ToolTipTitle Gets or sets the title of the hint for the current item. Inherited from ContextItem.
Visibility Gets or sets the item visibility. Inherited from ContextItem.
Width Gets or sets the button width. Inherited from ContextButtonBase.
See Also