Click or drag to resize

IViewManagerShowOkPopup Method

Shows dialog with single "OK" button.

Namespace: Resto.Front.Api.UI
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ShowOkPopup(
	string title,
	string message,
	string okBtnText = null
)

Parameters

title  String
Dialog title.
message  String
Message text.
okBtnText  String  (Optional)
Ok button text.
See Also