IControlsUserInterface..::..ShowYesNoMessageBox Method
Shows the yes no message box.
Namespace:
RingSoft.DataEntryControls.EngineAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
Task<MessageBoxButtonsResult> ShowYesNoMessageBox( string text, string caption, bool playSound )
Function ShowYesNoMessageBox ( _ text As String, _ caption As String, _ playSound As Boolean _ ) As Task(Of MessageBoxButtonsResult)
Task<MessageBoxButtonsResult^>^ ShowYesNoMessageBox( String^ text, String^ caption, bool^ playSound )
Parameters
- text
- Type: String
The text.
- caption
- Type: String
The caption.
- playSound
- Type: Boolean
if set to true [play sound].