| CurrentDirectory | Sets the current directory for the output bar. |
| Visible | Shows or hides the output bar. |
| Clear | Clears the contents of the output bar. |
| SetFocus | Sets the keyboard focus to the output bar. |
| write | Appends a string to the output bar. |
| writeln | Appends a string and a new line to the output bar. |
OutputBar.Clear();
OutputBar.writeln( "Hello!" );
OutputBar.Visible = true;
OutputBar.SetFocus();
OutputBar.Clear
OutputBar.writeln "Hello!"
OutputBar.Visible = True
OutputBar.SetFocus
Supported on EmEditor Professional Version 7.00 or later.
Send feedback on this topic to Emurasoft