SPNavigationManager.ForceVisible Property
Gets or sets a Boolean value that indicates whether to override TreeViewEnabled and QuickLaunchEnabled property settings and always render TreeView and the Quick Launch area.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ForceVisible As Boolean
Get
Set
'Usage
Dim instance As SPNavigationManager
Dim value As Boolean
value = instance.ForceVisible
instance.ForceVisible = value
public bool ForceVisible { get; set; }
Property Value
Type: System.Boolean
true to always render TreeView and the Quick Launch area; otherwise, false.