SaveButton.Visible 属性

获取或设置一个值,指示是否对当前表单可见按钮。

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

语法

声明
Public Overrides Property Visible As Boolean
    Get
    Set
用法
Dim instance As SaveButton
Dim value As Boolean

value = instance.Visible

instance.Visible = value
public override bool Visible { get; set; }

属性值

类型:System.Boolean
true如果按钮是可见的当前表单。否则为false。

备注

此重写使该按钮以显示模式 ; 不可见但在 New 和 Edit 模式中可见。

另请参阅

引用

SaveButton 类

SaveButton 成员

Microsoft.SharePoint.WebControls 命名空间