Click or drag to resize

OpsContextAskQuestion Method

Displays a dialog box requesting asked a yes/no question.

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public bool AskQuestion(
	string message
)

Parameters

message  String
The message to be displayed

Return Value

Boolean
if 'yes' button is presses, othewise
See Also