summaryP:DotNetNuke.UI.WebControls.DNNToolBar.ReuseToolBar

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

Syntax

C#
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[DefaultValueAttribute(false)]
public bool ReuseToolBar { get; set; }
Visual Basic
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
<DefaultValueAttribute(false)> 
Public Property ReuseToolBar As Boolean
	Get
	Set

See Also