MobileAspMenu.UseSeparateCSS property
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property UseSeparateCSS As Boolean
Get
Set
'Usage
Dim instance As MobileAspMenu
Dim value As Boolean
value = instance.UseSeparateCSS
instance.UseSeparateCSS = value
public bool UseSeparateCSS { get; set; }
Property value
Type: System.Boolean