CssRegistration.EnableCssTheming 属性

获取或设置一个 Boolean 值,该值指示是否启用级联样式表主题。

命名空间:  Microsoft.SharePoint.WebControls
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property EnableCssTheming As Nullable(Of Boolean)
    Get
    Set
用法
Dim instance As CssRegistration
Dim value As Nullable(Of Boolean)

value = instance.EnableCssTheming

instance.EnableCssTheming = value
public Nullable<bool> EnableCssTheming { get; set; }

属性值

类型:System.Nullable<Boolean>
true如果启用了主题 ;否则为false...

另请参阅

引用

CssRegistration 类

CssRegistration 成员

Microsoft.SharePoint.WebControls 命名空间