Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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.