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

적용 대상