Skip to content

T_DataTools_MessageBoxEx_MessageBoxExType

nmoschkin edited this page Aug 22, 2020 · 2 revisions

MessageBoxExType Enumeration

MessageBoxEx message box types (a collection of standard buttons.) Where possible, these values correspond directly to the equivalent MessageBoxButtons values.

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

Syntax

C#

public enum MessageBoxExType

VB

Public Enumeration MessageBoxExType

Members

 

Member name Value Description
OK 0 OK button
OKCancel 1 OK and Cancel buttons
AbortRetryIgnore 2 Abort, Retry, and Ignore buttons
YesNoCancel 3 Yes, No, and Cancel buttons
YesNo 4 Yes and No buttons
RetryCancel 5 Abort, Retry, and Ignore buttons
YesNoAll 6 Yes, No, and Yes To All buttons
YesNoAllCancel 7 Yes, No, Yes To All, and Cancel buttons
Custom 256 Custom buttons defined by the user

See Also

Reference

DataTools.MessageBoxEx Namespace

Clone this wiki locally