SPRibbon.CssFile property

Gets or sets a .css file to register.

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

Syntax

'Declaration
Public Property CssFile As String
    Get
    Set
'Usage
Dim instance As SPRibbon
Dim value As String

value = instance.CssFile

instance.CssFile = value
public string CssFile { get; set; }

Property value

Type: System.String
Returns String.

Remarks

Standard files are cui.css and cuidark.css.

See also

Reference

SPRibbon class

SPRibbon members

Microsoft.SharePoint.WebControls namespace