TerminalExtensions.SetCustomScreen Method
Namespace: Rebex.TerminalEmulation.Interop
Assembly: Rebex.Terminal.dll (version 7.0.9083)
SetCustomScreen(ITerminal, IScreen)
Sets the terminal's custom screen.
Declaration
public static void SetCustomScreen(this ITerminal terminal, IScreen screen)
Parameters
Type | Name | Description |
---|---|---|
ITerminal | terminal | Terminal whose custom screen to set. |
IScreen | screen | Custom screen to render into. |