de la propiedad MobileAspMenu.CustomSelectionEnabled
Espacio de nombres: Microsoft.SharePoint.Mobile.WebControls
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
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; }
Valor de propiedad
Tipo: System.Boolean