DbMaintenanceWindowProcessor..::..ShowYesNoCancelMessage Method
Shows the yes no cancel message.
Namespace:
RingSoft.DbLookup.Controls.WPFAssembly: RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)
Syntax
public MessageButtons ShowYesNoCancelMessage( string text, string caption, bool playSound )
Public Function ShowYesNoCancelMessage ( _ text As String, _ caption As String, _ playSound As Boolean _ ) As MessageButtons
public: 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].