IViewManagerShowYesNoPopup Method |
Shows "Yes"/"No" dialog.
Namespace: Resto.Front.Api.UIAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxbool ShowYesNoPopup(
string title,
string message,
string yesBtnText = null,
string noBtnText = null
)
Parameters
- title String
- Dialog title.
- message String
- Message text.
- yesBtnText String (Optional)
- Yes button text.
- noBtnText String (Optional)
- No button text.
Return Value
Booleantrue if "Yes".
See Also