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
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:vb.net}
Public NotInheritable Class ErrorAlertStyleType
		Inherits TypesafeEnum
{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'.|