BaseFieldControl.DisableInputFieldLabel 属性

获取一个值,该值指示是否应在新建或编辑窗体上使用的默认输入的字段标签。

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

语法

声明
Public Property DisableInputFieldLabel As Boolean
    Get
    Set
用法
Dim instance As BaseFieldControl
Dim value As Boolean

value = instance.DisableInputFieldLabel

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

属性值

类型:System.Boolean
true如果默认输入的字段标签应在新建或编辑表单中 ; 使用否则为false。

备注

设置为trueBaseFieldControls 从不真正设置或更改网站用户DisableInputFieldLabel 。

另请参阅

引用

BaseFieldControl 类

BaseFieldControl 成员

Microsoft.SharePoint.WebControls 命名空间