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 Members
| Member name | Value | Description |
---|
| Current | 0 |
Display messages in the view that is active when the message is created.
|
| All | 1 |
Display messages in all views
|
| First | 2 |
Display messages in the first (top or left) view
|
| Second | 3 |
Display messages in the second view: bottom or right in 2-view layout, top-right in 4-view layout.
|
| Third | 4 |
Display messages in the bottom-left view
|
| Fourth | 5 |
Display messages in the bottom-right view
|
See Also