Click or drag to resize

OpsContextShowTextList(String, IListString) Method

Displays a dialog box containing a text box with multiple lines

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

Parameters

title  String
The message in the title bar.
textList  IListString
The text list to display.
See Also