CheckContextButton Members
In This Article
#Constructors
Name | Description |
---|---|
Check |
Initializes a new instance of the Check |
#Properties
Name | Description |
---|---|
Alignment |
Gets or sets the current item’s alignment relative to the owner control. This property is obsolete, use Context |
Alignment |
Provides access to options that specify the panel in which the item is displayed, and its position in the panel.
Inherited from Context |
Allow |
Gets or sets whether the current item’s glyph is painted using the foreground color.
Inherited from Context |
Allow |
Check Context Buttons do not have captions and therefore cannot be formatted with HTML tags. |
Anchor |
Gets or sets the alignment of the current item relative to the anchor element.
Inherited from Context |
Anchor |
Gets or sets an item (anchor element) relative to which the current item is aligned.
Inherited from Context |
Anchor |
Gets or sets the globally unique identifier of the item (anchor element), relative to which the current item is aligned.
Inherited from Context |
Anchor |
Gets or sets the indent between the current item and the anchor element.
Inherited from Context |
Anchor |
Gets or sets the translation of the current item from the anchor element.
Inherited from Context |
Animation |
Gets or sets the type of the animation used to show and hide the current item.
Inherited from Context |
Appearance |
Provides access to appearance settings applied to this Context |
Appearance |
Provides access to the settings used to paint the current item in the hovered state.
Inherited from Context |
Appearance |
Provides access to the appearance settings used to paint the current item in the normal (not hovered) state.
Inherited from Context |
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. |
Checked |
Gets or sets the glyph displayed by the current button in the checked state when it is not hovered over with the mouse pointer. This property is obsolete. Use the Image |
Collection |
Gets the collection to which the current item belongs.
Inherited from Context |
Command |
Gets or sets the ICommand whose ExecuteClick event is invoked.
Inherited from Context |
Command |
Gets or sets the parameter that is passed to the command specified by the Command property.
Inherited from Context |
Enabled |
Gets or sets whether the current item can respond to end-user interaction.
Inherited from Context |
Glyph |
Gets or sets the glyph displayed by the current item in the normal (not hovered) state. This property is obsolete. Use the Image |
Has |
Gets whether or not this Check |
Has |
Gets whether or not this Context |
Has |
Gets whether or not this Check |
Has |
Gets whether or not this Context |
Height |
Gets or sets the button height.
Inherited from Context |
Hover |
Gets or sets the glyph displayed by the current button in the checked state when it is hovered over with the mouse cursor. This property is obsolete. Use the Image |
Hover |
Gets or sets the glyph displayed by the current item in the hovered state. This property is obsolete. Use the Image |
Hyper |
This property is not supported for Check Context Buttons. |
Id |
Gets or sets the current item’s unique identifier.
Inherited from Context |
Image |
Provides access to all properties related to the Check |
Image |
Provides access to image-related settings for each Check |
Max |
Gets or sets the maximum height of the current button.
Inherited from Context |
Max |
Gets or sets the maximum width of the current button.
Inherited from Context |
Name |
Gets or sets the current item’s name.
Inherited from Context |
Origin |
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Inherited from Context |
Padding |
Gets or sets the amount of space around the current button.
Inherited from Context |
Show |
Gets or sets whether a tooltip is shown when the mouse pointer hovers over the button.
Inherited from Context |
Size |
Gets or sets the current item’s size.
Inherited from Context |
Super |
Gets or sets a super tooltip shown when the mouse pointer hovers over the button.
Inherited from Context |
Tag |
Gets or sets custom data associated with the current item.
Inherited from Context |
Tool |
Gets or sets the text in a regular tooltip shown when the mouse pointer hovers over the button.
Inherited from Context |
Tool |
Gets or sets the icon in a regular tooltip shown when the mouse pointer hovers over the button.
Inherited from Context |
Tool |
Gets or sets the title in a regular tooltip shown when the mouse pointer hovers over the button.
Inherited from Context |
Visibility |
Gets or sets the item visibility.
Inherited from Context |
Width |
Gets or sets the button width.
Inherited from Context |
#Methods
Name | Description |
---|---|
Assign |
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Inherited from Context |
Assign |
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Inherited from Context |
Begin |
Locks the Context |
Bind |
Uses the command selector to find an appropriate parameterized command in the source and bind it to this Check |
Bind |
Binds the specific parameterized command to this Check |
Bind |
Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this Check |
Cancel |
Unlocks the Context |
Clone() |
Creates a new Context |
End |
Unlocks the Context |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns the Image object specifying the checked state glyph actually assigned. |
Get |
Returns the Image object specifying the glyph actually assigned.
Inherited from Context |
Get |
Returns the Image object specifying the hovered checked state glyph actually assigned. |
Get |
Returns the Image object specifying the hovered state glyph actually assigned.
Inherited from Context |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Raise |
Raises the Context |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset |
Removes the Super |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Click |
Fires when the current item is clicked.
Inherited from Context |
Command |
Occurs when the Can |
Command |
Occurs after the value of the Command property has changed.
Inherited from Context |
Command |
Occurs after the value of the Command |
Custom |
Allows you to specify a tooltip shown when the mouse pointer hovers over a context button. This event is only raised for Rating |
Hyperlink |
Fires when a hyperlink in the button caption is clicked.
Inherited from Context |
See Also