Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

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

Signature
C#C#
Wiki Markup
{description}
{excerpt}Type style of the icon in the error alert message box.{excerpt}
{signature:C#}
 public sealed class ErrorAlertStyleType : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class ErrorAlertStyleType
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

{signature}
{values}
||Name||Description||
|{anchor:Information}Information|A white bubble with a blue 'i'.  The message box buttons will be: 'OK' and 'Cancel'.

...

|
|{anchor:Stop}Stop|A red circle with a white 'X'.  The message box buttons will be: 'Retry' and 'Cancel'.

...

|
|{anchor:Warning}Warning|A yellow triangle with a black '\!'.  The message box buttons will be: 'Yes', 'No', and 'Cancel'.|