Adds an informational message to the system output window.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public void OutputMessage( string message, bool statusBar ) |
| Visual Basic (Declaration) |
|---|
Public Sub OutputMessage ( _ message As String, _ statusBar As Boolean _ ) |
| Visual C++ |
|---|
public: void OutputMessage( String^ message, bool statusBar ) |
Parameters
- message
- Type: System..::.String
The message to add.
- statusBar
- Type: System..::.Boolean
Flag to also send this output message to the status bar.