Click or drag to resize

OpsContextImageSelectionRequest Method

Image Selection request. Displays a prompt listing the supplied Selection Entries (Image followed by Namwe). Returns index of selected item or null if user cancelled request.

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public int? ImageSelectionRequest(
	string title,
	string prompt,
	IList<OpsSelectionEntry> entries
)

Parameters

title  String
 
prompt  String
 
entries  IListOpsSelectionEntry
 

Return Value

NullableInt32
See Also