ToolZoneDesigner::ViewInBrowseMode Property

 

Gets or sets a value indicating whether the Web Parts zone is displayed when the user is in the browse display mode.

Namespace:   System.Web.UI.Design.WebControls.WebParts
Assembly:  System.Design (in System.Design.dll)

protected:
property bool ViewInBrowseMode {
	bool get();
	private: void set(bool value);
}

Property Value

Type: System::Boolean

true if the Web Parts zone is displayed when the user is in the browse display mode; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: