IControlsUserInterface..::..ShowYesNoCancelMessageBox Method
Shows the yes no cancel message box.
Namespace:
RingSoft.DataEntryControls.EngineAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
Task<MessageBoxButtonsResult> ShowYesNoCancelMessageBox( string text, string caption, bool playSound )
Function ShowYesNoCancelMessageBox ( _ text As String, _ caption As String, _ playSound As Boolean _ ) As Task(Of MessageBoxButtonsResult)
Task<MessageBoxButtonsResult^>^ ShowYesNoCancelMessageBox( 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].