Share via


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)
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.

See Also

Reference

AspMenu Class

AspMenu Members

Microsoft.SharePoint.WebControls Namespace