ThemedMessageBoxParameters Members
Contains properties that allow you to customize the ThemedMessageBox.Constructors
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| AllowTextSelection | Gets or sets whether to allow users to select text in the ThemedMessageBox. |
| Image | Gets the image displayed in the ThemedMessageBox. |
| Options | Gets or sets the ThemedMessageBox‘s display and association options. |
| Owner | Gets or sets the window that owns the ThemedMessageBox. |
| ShowActivated | Gets or sets whether to activate the window when it is shown. |
| TimerFormat | Gets or sets the format of the timer shown in the ThemedMessageBox default button. |
| TimerTimeout | Gets or sets the time after which the ThemedMessageBox clicks its default button. |
| TitleAlignment | Gets or sets the header text alignment. |
| WindowStartupLocation | Gets or sets the ThemedMessageBox position when it is shown. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines 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() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines 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