DbMaintenanceTestGlobals<(Of <(<'TViewModel, TView>)>)>..::..ShowYesNoCancelMessage Method
Shows the yes no cancel message.
Namespace:
RingSoft.DbMaintenanceAssembly: RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)
Syntax
public virtual MessageButtons ShowYesNoCancelMessage( string text, string caption, bool playSound )
Public Overridable Function ShowYesNoCancelMessage ( _ text As String, _ caption As String, _ playSound As Boolean _ ) As MessageButtons
public: virtual MessageButtons^ ShowYesNoCancelMessage( 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].