summaryP:DotNetNuke.UI.WebControls.DNNToolBar.MouseOutDelay

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

Syntax

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

See Also