RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

IControlsUserInterface..::..ShowYesNoCancelMessageBox Method

Shows the yes no cancel message box.

Namespace:  RingSoft.DataEntryControls.Engine
Assembly:  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].

Return Value

Task<MessageBoxButtonsResult>.