Back to Devexpress

ThemedMessageBoxParameters Members

wpf-devexpress-dot-xpf-dot-core-dot-themedmessageboxparameters-dot-underscore-members.md

latest4.6 KB
Original Source

ThemedMessageBoxParameters Members

Contains properties that allow you to customize the ThemedMessageBox.

Constructors

NameDescription
ThemedMessageBoxParameters(ImageSource)Initializes a new instance of the ThemedMessageBoxParameters class with specified settings.
ThemedMessageBoxParameters(MessageBoxImage, Boolean)Initializes a new instance of the ThemedMessageBoxParameters class with specified settings.

Properties

NameDescription
AllowTextSelectionGets or sets whether to allow users to select text in the ThemedMessageBox.
ImageGets the image displayed in the ThemedMessageBox.
OptionsGets or sets the ThemedMessageBox‘s display and association options.
OwnerGets or sets the window that owns the ThemedMessageBox.
ShowActivatedGets or sets whether to activate the window when it is shown.
TimerFormatGets or sets the format of the timer shown in the ThemedMessageBox default button.
TimerTimeoutGets or sets the time after which the ThemedMessageBox clicks its default button.
TitleAlignmentGets or sets the header text alignment.
WindowStartupLocationGets or sets the ThemedMessageBox position when it is shown.

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.
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.

See Also

ThemedMessageBoxParameters Class

DevExpress.Xpf.Core Namespace