SystemParameters.ShowSounds プロパティ

定義

ユーザーが情報を視覚的形式で要求しているかどうかを示す値を取得します。

public:
 static property bool ShowSounds { bool get(); };
public static bool ShowSounds { [System.Security.SecurityCritical] get; }
public static bool ShowSounds { get; }
[<get: System.Security.SecurityCritical>]
static member ShowSounds : bool
static member ShowSounds : bool
Public Shared ReadOnly Property ShowSounds As Boolean

プロパティ値

ユーザーが、通常はオーディオ形式のみで情報を提示しているアプリケーションに対して、視覚的に情報を提示するように要求する場合は true。それ以外の場合は false

属性

注釈

SM_SHOWSOUNDSにマップします。 「GetSystemMetrics」を参照してください。

XAML 属性の使用方法

<object property="{ SystemParameters.ShowSounds}"/>

適用対象