Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Menu.ExpandDelay Property

Gets or sets the delay time between mouse positions over a menu item and submenu expands.

[Visual Basic]
Public Property ExpandDelay As Int32
[C#]
public Int32 ExpandDelay {get; set;}

Property Value

System.Int32

The amount of time (in milliseconds) between mouse is positioned over a menu item and submenu expands. The default is 0 milliseconds.

This property is read/write.

Remarks

To make the menu less sensitive to mouse movement, adjust the value of this property to delay expanding a submenu.

Note    When a menu item is clicked, submenu will expand immediately regardless of this property.

See Also

Menu Class | EO.Web Namespace | ExpandOnClick


Direct link to this topic