SystemParameters.ShowSounds Proprietà

Definizione

Ottiene un valore che indica se l'utente richiede informazioni in formato visivo.

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

Valore della proprietà

true se l'utente richiede che un'applicazione presenti visivamente le informazioni mentre in genere le presenta solo in forma sonora; in caso contrario false.

Attributi

Commenti

Esegue il mapping a SM_SHOWSOUNDS. Vedere GetSystemMetrics.

Sintassi degli attributi XAML

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

Si applica a