AspMenu.UseSeparateCSS property

Controls whether a reference to the required cascading style sheet (CSS) file for this control is automatically added to the page source.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property UseSeparateCSS As Boolean
    Get
    Set
'Usage
Dim instance As AspMenu
Dim value As Boolean

value = instance.UseSeparateCSS

instance.UseSeparateCSS = value
public bool UseSeparateCSS { get; set; }

Property value

Type: System.Boolean
true if the menu uses a separate CSS; otherwise, false. The default is true.

Remarks

When this control is added to a page, it by default ensures that the menu-21.css file is referenced. The style rules in menu-21.css are required for the menu to function correctly. However, it may be desirable to include these style rules in a different CSS file that is already referenced in order to reduce the number of HTTP requests for CSS files. The Microsoft SharePoint Foundation default CSS file, corev4.css, also contains the necessary styles so if this file is already referenced from the page, this property may be safely set to false.

See also

Reference

AspMenu class

AspMenu members

Microsoft.SharePoint.WebControls namespace