Click or drag to resize

MsgBoxStyle Enumeration

Specifies the buttons to be displayed in a message box.

Namespace: GSF.Web.UI
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.282-beta
Syntax
[FlagsAttribute]
public enum MsgBoxStyle
Members
Member nameValueDescription
OKOnly0 OK Button.
DefaultButton10 First button is default.
ApplicationModal0 Application modal message box.
OKCancel1 OK and Cancel buttons.
AbortRetryIgnore2 Abort,Retry, and Ignore buttons.
YesNoCancel3 Yes, No, and Cancel buttons.
YesNo4 Yes and No buttons.
RetryCancel5 Retry and Cancel buttons.
Critical16 Critical message.
Question32 Warning query.
Exclamation48 Warning message.
Information64 Information message.
DefaultButton2256 Second button is default.
DefaultButton3512 Third button is default.
DefaultButton4768 Fourth button is default.
SystemModal4,096 System modal message box.

The MsgBoxStyle type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodGetDescription Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name if no description is available.
(Defined by EnumExtensions)
Public Extension MethodGetFormattedName Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions)
Top
See Also