Skip to main content

AlertButton Properties

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
ImageDown Gets or sets an image displayed when the current button functions as a check button and it’s in the pressed state.
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.
ImageIndex Gets or sets the index of an image in the AlertControl.Images collection, referring to the image displayed by the button.
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