Skip to content

N_DataTools_MessageBoxEx

Nathan Moschkin edited this page Aug 22, 2020 · 5 revisions

DataTools.MessageBoxEx Namespace

Classes

 

Class Description
Public class MessageBoxEx Enhanced Windows Desktop MessageBox replacement
Public class MessageBoxExButton Class that represents a button on the dialog box.
Public class MessageBoxExConfig Configuration object to be passed to MessageBoxEx.Show() containing parameters and customization options for the dialog box.
Public class ResourceTextConfig class to customize the localization of system message box types. This class is indexed by MessageBoxExResult values mapped to resource keys. See the Indexer help page for more information.

Enumerations

 

Enumeration Description
Public enumeration DropDownPlacement Specifies where the drop-down button goes.
Public enumeration MessageBoxExIcons MessageBoxEx Icon Types.
Public enumeration MessageBoxExResult Enumeration of results returned from a MessageBoxEx dialog box. Where possible, these values correspond directly to the equivalent DialogResult values.
Public enumeration MessageBoxExType MessageBoxEx message box types (a collection of standard buttons.) Where possible, these values correspond directly to the equivalent MessageBoxButtons values.
Public enumeration OptionTextMode The modes to be used for the OptionTextMode parameter in MessageBoxExConfig.
 
Clone this wiki locally