MobileAspMenu.CustomSelectionEnabled property
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property CustomSelectionEnabled As Boolean
Get
Set
'Uso
Dim instance As MobileAspMenu
Dim value As Boolean
value = instance.CustomSelectionEnabled
instance.CustomSelectionEnabled = value
public bool CustomSelectionEnabled { get; set; }
Property value
Type: System.Boolean