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

ControlsUserInterface..::..ShowYesNoCancelMessageBox Method

Shows the yes no cancel message box.

Namespace:  RingSoft.DataEntryControls.WPF
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


public Task<MessageBoxButtonsResult> ShowYesNoCancelMessageBox(
	string text,
	string caption,
	bool playSound
)
Public Function ShowYesNoCancelMessageBox ( _
	text As String, _
	caption As String, _
	playSound As Boolean _
) As Task(Of MessageBoxButtonsResult)
public:
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>.