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

Menu.CollapseDelay Property

Gets or sets the duration between mouse leaves a submenu and the submenu collapses.

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

Property Value

System.Int32

The amount of delay time (in milliseconds) a submenu is closed after the mouse has left the menu. The default is 300 milliseconds.

This property is read/write.

Remarks

After mouse leaves a submenu, it waits CollapseDelay milliseconds before collapsing.

Note    When another submenu expands or user clicked the mouse outside of the menu, the menu will collapse immediately regardless of this setting.

Tip:  Set this property to 0 to force submenu remain open when mouse pointer leaves the menu until another submenu expands or user clicks the mouse.

See Also

Menu Class | EO.Web Namespace


Direct link to this topic