Click or drag to resize

IViewManagerShowYesNoPopup Method

Shows "Yes"/"No" dialog.

Namespace: Resto.Front.Api.UI
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
bool ShowYesNoPopup(
	string title,
	string message,
	string yesBtnText = null,
	string noBtnText = null
)

Parameters

title  String
Dialog title.
message  String
Message text.
yesBtnText  String  (Optional)
Yes button text.
noBtnText  String  (Optional)
No button text.

Return Value

Boolean
true if "Yes".
See Also