OpsContextShowTextList(String, IListString) Method |
Displays a dialog box containing a text box with multiple lines
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic 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