SystemParameters.MenuShowDelay Propiedad

Definición

Obtiene el tiempo, en milisegundos, que el sistema espera antes de mostrar un menú contextual cuando el cursor del mouse está sobre un elemento de submenú.

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

Valor de propiedad

Tiempo de retraso.

Atributos

Comentarios

Se asigna a SPI_GETMENUSHOWDELAY. Consulte SystemParametersInfo.

Uso del atributo XAML

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

Se aplica a