Click or drag to resize

IViewManagerShowOkCancelPopup Method

Shows "OK"/"Cancel" dialog.

Namespace: Resto.Front.Api.UI
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
bool ShowOkCancelPopup(
	string title,
	string message,
	string okBtnText = null,
	string cancelBtnText = null
)

Parameters

title  String
Dialog title.
message  String
Message text.
okBtnText  String  (Optional)
Ok button text.
cancelBtnText  String  (Optional)
Cancel button text.

Return Value

Boolean
true if "OK".
See Also