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

IControlsUserInterface..::..ShowMessageBox Method

Shows the message box.

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

Syntax


Task ShowMessageBox(
	string text,
	string caption,
	RsMessageBoxIcons icon
)
Function ShowMessageBox ( _
	text As String, _
	caption As String, _
	icon As RsMessageBoxIcons _
) As Task
Task^ ShowMessageBox(
	String^ text, 
	String^ caption, 
	RsMessageBoxIcons^ icon
)

Parameters

text
Type: String
The text.
caption
Type: String
The caption.
icon
Type: RingSoft.DataEntryControls.Engine..::..RsMessageBoxIcons
The icon.

Return Value

Task.