Back to Devexpress

AlertButton Properties

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertbutton-dot-underscore-properties.md

latest3.4 KB
Original Source

AlertButton Properties

Represents a button within an alert window.

NameDescription
BoundsGets or sets the bounds of the button.
DownGets 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).
HintGets or sets the button’s hint.
ImageGets or sets an image displayed within the button. This property is obsolete. Use the AlertButton.ImageOptions.Image property instead.
ImageDownGets 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.
ImageDownIndexGets 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.
ImageIndexGets 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.
ImageOptionsProvides access to settings that allow you to set up raster and vector icons for this AlertButton.
ImagesGets the source of images for buttons in alert windows.
NameGets or sets the button’s name.
OwnerGets the alert window that displays the current button.
PredefinedGets whether the current button is one of the predefined buttons (Close, Pin or Dropdown).
StateGets or sets the button’s state.
StyleGets or sets the button’s style.
VisibleGets or sets the button’s visibility.

See Also

AlertButton Class

AlertButton Members

DevExpress.XtraBars.Alerter Namespace