Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

Type style of the icon in the error alert message box.

Signature
C#
C#
 public sealed class ErrorAlertStyleType : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class ErrorAlertStyleType
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:Information}Information|A white bubble with a blue 
Values

Name

Description

Anchor
Information
Information
Information

A white bubble with a blue 'i'.

...

The

...

message

...

box

...

buttons

...

will

...

be:

...

'OK'

...

and

...

'Cancel'.

...

Anchor
Stop
Stop
Stop

A red circle with a white 'X'.

...

The

...

message

...

box

...

buttons

...

will

...

be:

...

'Retry'

...

and

...

'Cancel'.

...

Anchor
Warning
Warning
Warning

A yellow triangle with a black '!'. The message box buttons will be: 'Yes',

...

'No',

...

and

...

'Cancel'.

...