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)
Syntax
C#
public Nullable<int> ImageSelectionRequest(
	string title,
	string prompt,
	IList<OpsSelectionEntry> entries
)

Parameters

title
Type: SystemString
prompt
Type: SystemString
entries
Type: System.Collections.GenericIListOpsSelectionEntry

Return Value

Type: NullableInt32
See Also