Clears the whole screen and sets cursor position to the top-left corner.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Sub Clear ( _
	clearHistory As Boolean _
)
C#
public void Clear(
	bool clearHistory
)

Parameters

clearHistory
Type: System..::..Boolean
Specifies whether to clear the history buffer as well.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also