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
属性值
如果当用户处于浏览显示模式时显示 Web 部件区域,则为 true;否则为 false。true if the Web Parts zone is displayed when the user is in the browse display mode; otherwise, false.