Back to Devexpress

XtraBaseArgs Members

windowsforms-devexpress-dot-xtraeditors-dot-xtrabaseargs-dot-underscore-members.md

latest6.9 KB
Original Source

XtraBaseArgs Members

Exposes members common to dialogs and message boxes, whose event arguments derive from this class.

Constructors

NameDescription
XtraBaseArgs(UserLookAndFeel, IWin32Window, String, DialogResult[], Int32, DefaultBoolean, MessageBeepSound)Initializes a new instance of the XtraBaseArgs class with the specified settings.

Properties

NameDescription
AllowHtmlTextGets or sets whether the shown object supports HTML-inspired Text Formatting.
AllowTrimCaptionGets or sets whether the XtraDialog or XtraMessageBox trims the caption to accommodate the contents.
AutoCloseOptionsProvides access to settings that allow the shown object (XtraMessageBox, XtraInputBox, etc.) to automatically close after a certain delay.
ButtonAlignmentGets or sets the alignment mode for buttons of this dialog or message.
ButtonPaddingGets or sets the padding for buttons of this message or dialog.
ButtonsGets or sets buttons that the shown object (XtraMessageBox, XtraInputBox, etc.) has.
CaptionGets or sets the shown object (XtraMessageBox, XtraInputBox, etc.) caption.
ContentPaddingGets or sets the distance between the dialog (message box) content and borders.
DefaultButtonIndexGets 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).
HtmlImagesGets or sets ImageCollection or SvgImageCollection. XtraMessageBox can display images from this collection.
HtmlTemplateReturns the HTML-CSS template applied to this message or dialog.
LookAndFeelGets or sets the LookAndFeel object applied to the owner.
MessageBeepSoundGets or sets the system sound played when the owner appears on-screen.
OwnerGets or sets the owner of this XtraBaseArgs object.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetLookAndFeel()Returns the owner LookAndFeel object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
HtmlElementMouseClickOccurs when a user clicks any element within an HTML template.
HtmlElementMouseDownOccurs when a mouse button is pressed, and the mouse pointer is over an HTML element.
HtmlElementMouseMoveOccurs when a mouse pointer moves while over an element of an HTML-CSS template.
HtmlElementMouseOutOccurs when a mouse pointer leaves the bounds of an element within an HTML-CSS template.
HtmlElementMouseOverOccurs when a mouse pointer enters the bounds of an element within an HTML-CSS template.
HtmlElementMouseUpOccurs when a mouse button pressed over an element of an HTML-CSS template is released.
ShowingProvides access to a Form embedded into a shown object.

See Also

XtraBaseArgs Class

DevExpress.XtraEditors Namespace