AspMenu.CustomSelectionEnabled property
Gets or sets a value that indicates whether custom selection is enabled for the control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CustomSelectionEnabled As Boolean
Get
Set
'Usage
Dim instance As AspMenu
Dim value As Boolean
value = instance.CustomSelectionEnabled
instance.CustomSelectionEnabled = value
public bool CustomSelectionEnabled { get; set; }
Property value
Type: System.Boolean
true if custom selection is enabled; otherwise, false. The default is true.