RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

IDbMaintenanceDataProcessor..::..ShowYesNoMessage Method

Shows the yes no message.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


bool ShowYesNoMessage(
	string text,
	string caption,
	bool playSound
)
Function ShowYesNoMessage ( _
	text As String, _
	caption As String, _
	playSound As Boolean _
) As Boolean
bool^ ShowYesNoMessage(
	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

true if XXXX, false otherwise.