summaryP:DotNetNuke.UI.WebControls.DNNToolBar.Visible

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

Syntax

C#
[BrowsableAttribute(false)]
[BindableAttribute(false)]
public bool Visible { get; set; }
Visual Basic
<BrowsableAttribute(false)> 
<BindableAttribute(false)> 
Public Property Visible As Boolean
	Get
	Set

See Also