Sets the terminal's custom screen.

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

Syntax

Visual Basic
Public Shared Sub SetCustomScreen ( _
	terminal As ITerminal, _
	screen As IScreen _
)
C#
public static void SetCustomScreen(
	ITerminal terminal,
	IScreen screen
)

Parameters

terminal
Type: Rebex.TerminalEmulation..::..ITerminal
Terminal whose custom screen to set.
screen
Type: Rebex.TerminalEmulation.Interop..::..IScreen
Custom screen to render into.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also