Click or drag to resize

IViewManagerShowYesNoCancelPopup Method

Shows "Yes"/"No"/"Cancel" dialog.

Namespace:  Resto.Front.Api.UI
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
bool? ShowYesNoCancelPopup(
	string title,
	string message
)

Parameters

title
Type: SystemString
Dialog title.
message
Type: SystemString
Message text.

Return Value

Type: NullableBoolean
true if "Yes", false if "No", null if "Cancel".
See Also