MessageImage Enumeration

Message image enum.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public enum MessageImage

Members

None0 No icon is displayed.
Error16 The message box is made up of a symbol consisting of a white X in a circle with a red background.
Question32 The message box is made up of a symbol consisting of a question mark in a circle.
Warning48 The message box is composed of a symbol consisting of an exclamation mark in a triangle with a yellow background.
Information64 The message box is composed of a symbol consisting of a lowercase letter 'i' in a circle.

See Also