Enumeration to direct the output text.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public enum SystemOutputLocation |
| Visual Basic (Declaration) |
|---|
Public Enumeration SystemOutputLocation |
| Visual C++ |
|---|
public enum class SystemOutputLocation |
Members
| Member name | Description | |
|---|---|---|
| OutputWindow |
Send output text to the output pane only.
| |
| StatusBar |
Send output text to the status bar only.
| |
| OutputWindowAndStatusBar |
Send output text to the status bar and output pane.
|