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  |