IViewManagerShowOkCancelPopup Method |
Shows "OK"/"Cancel" dialog.
Namespace:
Resto.Front.Api.UI
Assembly:
Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax bool ShowOkCancelPopup(
string title,
string message,
string okBtnText = null,
string cancelBtnText = null
)
Parameters
- title
- Type: SystemString
Dialog title. - message
- Type: SystemString
Message text. - okBtnText (Optional)
- Type: SystemString
Ok button text. - cancelBtnText (Optional)
- Type: SystemString
Cancel button text.
Return Value
Type:
Booleantrue if "OK".
See Also