Show / Hide Table of Contents

Enum MessageBoxImage

Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public enum MessageBoxImage

Fields

Name Description
None

No icon

ProcessError

Error Icon for process errors

ProcessHighAlarm

Icon for high alarm in process

ProcessHighHighAlarm

Icon for high high alarm in process

ProcessInfo

Info icons for process info

ProcessLowAlarm

Icon for low alarm in process

ProcessLowLowAlarm

Icon for low low alarm in process

ProcessQuestion

Question icon for process questions

ProcessWarning

Warning icon for process warnings

SystemError

Error icon for system errors

SystemInfo

Info icon for system info

SystemQuestion

Question icon for system questions

SystemWarning

Warning icon for system warnings

Extension Methods

CollectionExtensions.AddRange<T, MessageBoxImage>(IEnumerable<T>)
EnumExtensions.GetAttributeValue<TAttribute, TType>(Func<TAttribute, TType>)
SerializableObjectCloneExtension.Clone<MessageBoxImage>()
  • View Source
Back to top Generated by DocFX