XtraBaseArgs Properties
Exposes members common to dialogs and message boxes, whose event arguments derive from this class.Name | Description |
---|---|
AllowHtmlText | Gets or sets whether the shown object supports HTML-inspired Text Formatting. |
AllowTrimCaption | Gets or sets whether the XtraDialog or XtraMessageBox trims the caption to accommodate the contents. |
AutoCloseOptions | Provides access to settings that allow the shown object (XtraMessageBox, XtraInputBox, etc.) to automatically close after a certain delay. |
ButtonAlignment | Gets or sets the alignment mode for buttons of this dialog or message. |
ButtonPadding | Gets or sets the padding for buttons of this message or dialog. |
Buttons | Gets or sets buttons that the shown object (XtraMessageBox, XtraInputBox, etc.) has. |
Caption | Gets or sets the shown object (XtraMessageBox, XtraInputBox, etc.) caption. |
ContentPadding | Gets or sets the distance between the dialog (message box) content and borders. |
DefaultButtonIndex | Gets or sets the index of a button from the Buttons collection that is a default button. A default button is initially focused and is considered clicked when user presses Enter or the auto-close timer expires (see AutoCloseOptions). |
HtmlImages | Gets or sets ImageCollection or SvgImageCollection. XtraMessageBox can display images from this collection. |
HtmlTemplate | Returns the HTML-CSS template applied to this message or dialog. |
LookAndFeel | Gets or sets the LookAndFeel object applied to the owner. |
MessageBeepSound | Gets or sets the system sound played when the owner appears on-screen. |
Owner | Gets or sets the owner of this XtraBaseArgs object. |
See Also