SystemParameters.MenuShowDelay Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the time, in milliseconds, that the system waits before displaying a shortcut menu when the mouse cursor is over a submenu item.
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
Property Value
The delay time.
- Attributes
Remarks
Maps to SPI_GETMENUSHOWDELAY. See SystemParametersInfo.
XAML attribute usage
<object property="{ SystemParameters.MenuShowDelay}
"/>
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.