CssRegistration.EnableCssTheming property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property EnableCssTheming As Nullable(Of Boolean)
Get
Set
'Usage
Dim instance As CssRegistration
Dim value As Nullable(Of Boolean)
value = instance.EnableCssTheming
instance.EnableCssTheming = value
public Nullable<bool> EnableCssTheming { get; set; }
Property value
Type: System.Nullable<Boolean>