summaryP:DotNetNuke.UI.WebControls.DNNMenu.MouseOutDelay
Namespace: DotNetNuke.UI.WebControlsAssembly: 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 |