SPWeb.QuickLaunchEnabled property
Gets or sets a Boolean value that specifies whether the Quick Launch area is enabled on the website.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property QuickLaunchEnabled As Boolean
Get
Set
'Usage
Dim instance As SPWeb
Dim value As Boolean
value = instance.QuickLaunchEnabled
instance.QuickLaunchEnabled = value
public bool QuickLaunchEnabled { get; set; }
Property value
Type: System.Boolean
true to enable the Quick Launch area on the website; otherwise, false.