Click or drag to resize

OpsContextMultiSelectionRequest Method

Selection request. Displays a prompt listing the supplied Selection Entries. Returns index of selected item or -1 if user cancelled request.

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public List<int> MultiSelectionRequest(
	Enum titleId,
	Enum promptId,
	IList<OpsSelectionEntry> entries
)

Parameters

titleId  Enum
Text ID for the title
promptId  Enum
Text ID for the prompt.
entries  IListOpsSelectionEntry
A list of available selections

Return Value

ListInt32
Returns the index of the selected entry.
See Also