Generated by DocFX

Enum MessageBoxImage

Enum MessageBoxImage

Namespace: ISynergy.Framework.Mvvm.Enumerations
Assembly: ISynergy.Framework.Mvvm.dll
Syntax
public enum MessageBoxImage : int

Fields

Name Description
Asterisk

The asterisk

Error

The error

Exclamation

The exclamation

Hand

The hand

Information

The information

None

The none

Question

The question

Stop

The stop

Warning

The warning

Extension Methods

EnumExtensions.GetSymbol<MessageBoxImage>()
ArrayExtensions.Concatenate<MessageBoxImage>(MessageBoxImage[])
CollectionExtensions.FromHierarchy<MessageBoxImage>(Func<MessageBoxImage, MessageBoxImage>, Func<MessageBoxImage, Boolean>)
ObjectExtensions.Clone<MessageBoxImage>()
ObjectExtensions.AddressOf<MessageBoxImage>()
ObjectExtensions.ToByteArray<MessageBoxImage>()
ReflectionExtensions.GetPropertyInfo<MessageBoxImage, TValue>(Expression<Func<MessageBoxImage, TValue>>)