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: 18.2
Syntax
C#
public bool AskQuestion(
	string message
)

Parameters

message
Type: SystemString
The message to be displayed

Return Value

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