SystemParameters.ShowSounds Propiedad

Definición

Obtiene un valor que indica si el usuario necesita información en formato visual.

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

Valor de propiedad

Es true si el usuario necesita una aplicación que presente la información visualmente en aquellos lugares donde se suele presentar solo en formato sonoro; en caso contrario, es false.

Atributos

Comentarios

Se asigna a SM_SHOWSOUNDS. Consulte GetSystemMetrics.

Uso del atributo XAML

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

Se aplica a