Click or drag to resize

IViewManager.ShowOkPopup 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: System.String
Dialog title.
message
Type: System.String
Message text.
okBtnText (Optional)
Type: System.String
Ok button text.
See Also