Table of Contents
CollapseDelay Property

Use this property to specify the amount of time (in milliseconds) between user moving mouse out of a sub menu and the sub menu close.

Syntax
 public Int32 CollapseDelay { get; set; }
Remarks

This property is bound to MenuBase.CollapseDelay.

See Also