ExceptionMessageBox.Beep 속성

정의

메시지가 표시될 때 소리를 낼지 여부를 지정합니다.

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

속성 값

Boolean 값입니다.

설명

이 속성은 기본적으로 true로 설정됩니다.

적용 대상