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}"/>

적용 대상