summaryP:DotNetNuke.UI.WebControls.DNNMenu.MouseOutDelay

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

Syntax

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

See Also