WriteText Method

Writes the specified text to the output box.

Type: XjtagOutputBox

Namespace: XJTAG.Integration

Syntax

public void WriteText(OutputTextType textType, string text)

Parameters

textType

Type: OutputTextType

The display type of the text according to the OutputTextType enum.

text

Type: string

The text.