Skip to content

T_DataTools_MessageBoxEx_MessageBoxExResult

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

MessageBoxExResult Enumeration

Enumeration of results returned from a MessageBoxEx dialog box. Where possible, these values correspond directly to the equivalent DialogResult values.

Namespace: DataTools.MessageBoxEx
Assembly: MessageBoxEx (in MessageBoxEx.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public enum MessageBoxExResult

VB

Public Enumeration MessageBoxExResult

Members

 

Member name Value Description
None 0 None
OK 1 OK
Cancel 2 Cancel
Abort 3 Abort
Retry 4 Retry
Ignore 5 Ignore
Yes 6 Yes
No 7 No
All 128 All can be combined with any other flag (for future features)
YesToAll 134 Yes To All; a bitwise OR of Yes and All
Custom 256 Custom result to be retrieved from the CustomResult parameter.

See Also

Reference

DataTools.MessageBoxEx Namespace

Clone this wiki locally