Click or drag to resize

MessageType Enumeration

The type of message in a MessageWindow.

Namespace:  Kit.UI.Message
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public enum MessageType
Members
  Member nameDescription
AlertThe message is to alert the user.
InfoThe message is to inform the user.
QuestionThe message is to ask the user.
See Also