ToolZoneDesigner.ViewInBrowseMode 属性

定义

获取或设置一个值,该值指示当用户处于浏览显示模式时是否显示 Web 部件区域。Gets or sets a value indicating whether the Web Parts zone is displayed when the user is in the browse display mode.

protected:
 property bool ViewInBrowseMode { bool get(); };
protected bool ViewInBrowseMode { get; }
member this.ViewInBrowseMode : bool
Protected ReadOnly Property ViewInBrowseMode As Boolean

属性值

Boolean

如果当用户处于浏览显示模式时显示 Web 部件区域,则为 true;否则为 falsetrue if the Web Parts zone is displayed when the user is in the browse display mode; otherwise, false.

适用于