Click or drag to resize

IViewManagerShowOkPopup Method

Shows dialog with single "OK" button.

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

Parameters

title
Type: SystemString
Dialog title.
message
Type: SystemString
Message text.
okBtnText (Optional)
Type: SystemString
Ok button text.
See Also