summaryP:DotNetNuke.UI.WebControls.DNNMenu.MouseInDelay

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.WebControls (in DotNetNuke.WebControls.dll)

Syntax

C#
[ClientPropertyNameAttribute("mindelay")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[ClientPropertyAttribute]
[DefaultValueAttribute(250)]
public int MouseInDelay { get; set; }
Visual Basic
<ClientPropertyNameAttribute("mindelay")> 
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
<ClientPropertyAttribute> 
<DefaultValueAttribute(250)> 
Public Property MouseInDelay As Integer
	Get
	Set

See Also