Click or drag to resize
GeneralRulesMessageView Enumeration
Determines in which view(s) a message will appear.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public enum MessageView
Members
  Member nameValueDescription
Current0 Display messages in the view that is active when the message is created.
All1 Display messages in all views
First2 Display messages in the first (top or left) view
Second3 Display messages in the second view: bottom or right in 2-view layout, top-right in 4-view layout.
Third4 Display messages in the bottom-left view
Fourth5 Display messages in the bottom-right view
See Also