MessageBoxSettings Constructor
|
Initializes a new instance of the MessageBoxSettings class. |
AutoDefaultButton | Gets or sets whether the default button will be marked and whether return default value on Enter key if none button is selected. |
AutoDefaultResult | Gets or sets whether return default result on non-menu item click. |
Background | Gets or sets the message box background color. |
Foreground | Gets or sets the message box text color. |
IconStyle | Gets or sets the message box icon style. |
LineColor | Gets or sets the separator line color. |
MultilineSpace | Gets or sets whether the multiline title will have leading and trailing space. |
NoPrefix | Gets or sets the NOPREFIX. |
SelectedBackground | Gets or sets the message box selected background color. |
SelectedForeground | Gets or sets the message box selected text color. |
TextAlign | Gets or sets how the text is aligned in a message box. |
TextFont | Gets or sets the message box text font |
TitleAlign | Gets or sets how title is aligned in a message box. |
TitleBackground | Gets or sets the message box title background color. |
TitleFont | Gets or sets the message box title text font. |
TitleForeground | Gets or sets the message box title text color. |
TopMost | Gets or sets a value indicating whether the MessageBoxEx should be displayed as a topmost form. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
MessageBoxSettings Class | Resco.Controls.MessageBox Namespace