-
Couldn't load subscription status.
- Fork 2
T_DataTools_MessageBoxEx_MessageBoxExConfig
Nathan Moschkin edited this page Aug 22, 2020
·
4 revisions
Configuration object to be passed to MessageBoxEx.Show() containing parameters and customization options for the dialog box.
System.Object
DataTools.MessageBoxEx.MessageBoxExConfig
Namespace: DataTools.MessageBoxEx
Assembly: MessageBoxEx (in MessageBoxEx.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class MessageBoxExConfigVB
Public Class MessageBoxExConfigThe MessageBoxExConfig type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
MessageBoxExConfig | Initializes a new instance of the MessageBoxExConfig class |
| Name | Description | |
|---|---|---|
![]() |
AlwaysOnTop | Sets a value indicating that the dialog box shall be the top-most window on the desktop until it is dismissed. |
![]() |
CustomButtons | List of custom buttons. Default buttons arae only displayed if this list is empty. |
![]() |
CustomIcon | Specifies the custom icon to display. |
![]() |
CustomResult | The custom result of the button that was pressed. |
![]() |
Dismissed | Indicates that the box was dismissed without the user clicking any button (either by navigating to a URL or closing the window with the X.) |
![]() |
Icon | Specifies the icon displayed to the left of the message, in the message box. |
![]() |
Message | Specifies the message to be displayed. |
![]() |
MessageBoxType | Specifies the message box type. |
![]() |
MuteSound | Specifies whether to mute alert sounds. |
![]() |
OptionMode | The mode of the option text. Default is checkbox. In Url mode the OptionText can be any file or process that you have permission to start. |
![]() |
OptionResult | The state of the checkbox when the dialog box was closed. |
![]() |
OptionText | Toggle option text. If this text is not null, either a URL or a check box will be displayed. The state of the toggle when the dialog closes can be found in the OptionResult property. In URL mode this can be any file or process that you have permission to start. |
![]() |
OptionTextUrl | The URL linked to the option text. |
![]() |
SoundIcon | Play a custom sound when the dialog box opens, regardless of the default sound for the selected icon. |
![]() |
Title | Specifies the title of the dialog box. |
![]() |
UrlClickDismiss | Specify whether or not clicking the Url dismisses the dialog box. The default result will be returned. |
| Name | Description | |
|---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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 | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |


