windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertbutton-dot-underscore-properties.md
Represents a button within an alert window.
| Name | Description |
|---|---|
| Bounds | Gets or sets the bounds of the button. |
| Down | Gets or sets the pressed state of the button, This option is in effect when the button functions as a check button (the AlertButton.Style property is set to AlertButtonStyle.CheckButton). |
| Hint | Gets or sets the button’s hint. |
| Image | Gets or sets an image displayed within the button. This property is obsolete. Use the AlertButton.ImageOptions.Image property instead. |
| ImageDown | Gets or sets an image displayed when the current button functions as a check button and it’s in the pressed state. This property is obsolete. Use the AlertButton.ImageOptions.ImageDown property instead. |
| ImageDownIndex | Gets or sets the index of an image in the AlertControl.Images collection, referring to the image displayed when the button functions as a check button and it’s in the pressed state. This property is obsolete. Use the AlertButton.ImageOptions.ImageDownIndex property instead. |
| ImageIndex | Gets or sets the index of an image in the AlertControl.Images collection, referring to the image displayed by the button. This property is obsolete. Use the AlertButton.ImageOptions.ImageIndex property instead. |
| ImageOptions | Provides access to settings that allow you to set up raster and vector icons for this AlertButton. |
| Images | Gets the source of images for buttons in alert windows. |
| Name | Gets or sets the button’s name. |
| Owner | Gets the alert window that displays the current button. |
| Predefined | Gets whether the current button is one of the predefined buttons (Close, Pin or Dropdown). |
| State | Gets or sets the button’s state. |
| Style | Gets or sets the button’s style. |
| Visible | Gets or sets the button’s visibility. |
See Also