PrintServer.BeepEnabled プロパティ

定義

プリンターのエラーに応答して、プリント サーバーで警告音を鳴らすかどうかを示す値を取得または設定します。

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

プロパティ値

Boolean

Boolean trueエラーに応答してプリント サーバーがビープ音を鳴らした場合。それ以外の場合は . false

適用対象