ExceptionMessageBox.Beep Property

Definition

Specifies whether to play an audible sound when the message is displayed.

public:
 property bool Beep { bool get(); void set(bool value); };
public bool Beep { get; set; }
member this.Beep : bool with get, set
Public Property Beep As Boolean

Property Value

A Boolean value.

Remarks

This property defaults to true.

Applies to