Click or drag to resize

OpsContextRequestCustomSearch(String, ListCustomInputObject, Boolean, CustomInputObject) Method

Open a dialog with input area, dynamic button list object (to change input type) and a keyboard.

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.9
Syntax
C#
public string RequestCustomSearch(
	string title,
	List<CustomInputObject> customButtonList,
	bool validationRequired,
	out CustomInputObject selectedCustomButton
)

Parameters

title  String
The title displayed in the custom search dialog. If null, it will default to an empty string.
customButtonList  ListCustomInputObject
A list of CustomInputObject buttons.
validationRequired  Boolean
Indicates whether the input area input should be validated before returning a result.
selectedCustomButton  CustomInputObject
Indicates for which type input area is returning value

Return Value

String
A string containing the 'input area' value resulting from the user interaction.
See Also