Table of Contents

Enum MessageBoxIcon

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Specifies an icon to display in a message box or any other places.

public enum MessageBoxIcon

Fields

Asterisk = 7

The message box contains a symbol consisting of a lowercase letter i in a circle. Currently not implemented, shows now icon in this case.

Error = 3

The message box contains an 'Error' icon.

Exclamation = 6

The message box contains a symbol consisting of an exclamation point in a triangle with a yellow background. Currently not implemented, shows now icon in this case.

Hand = 5

The message box contains a symbol consisting of a white X in a circle with a red background. Currently not implemented, shows now icon in this case.

Information = 1

The message box contains an 'Information' icon.

None = 0

The message box contains no icon where possible.

Question = 4

Displays a question mark symbol. This style is not supported for message dialogs under Windows when a task dialog is used to implement them (i.e. when running under Windows Vista or later) because Microsoft guidelines indicate that no icon should be used for routine confirmations. If it is specified, no icon will be displayed. Currently not implemented, shows now icon in this case.

Stop = 8

The message box contains a symbol consisting of white X in a circle with a red background. Currently not implemented, shows now icon in this case.

Warning = 2

The message box contains a 'Warning' icon.