Click or drag to resize

OpsContextShowTextList Method (String, IListString)

Displays a dialog box containing a text box with multiple lines

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public void ShowTextList(
	string title,
	IList<string> textList
)

Parameters

title
Type: SystemString
The message in the title bar.
textList
Type: System.Collections.GenericIListString
The text list to display.
See Also