This documentation is archived and is not being maintained.

WebPartManagerInternals::SetIsStatic Method (WebPart, Boolean)

Sets the IsStatic property of a WebPart control.

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

public:
void SetIsStatic(
	WebPart^ webPart, 
	bool isStatic
)

Parameters

webPart
Type: System.Web.UI.WebControls.WebParts::WebPart
The control for which the property value is being set.
isStatic
Type: System::Boolean
A Boolean value that indicates whether webPart is static.

The SetIsStatic(WebPart, Boolean) method is used to set the IsStatic property value of the control referenced by the webPart parameter. If webPart is declared within a zone in the markup of a Web page, this method sets the property value to true. If webPart is added to a page programmatically, or by a user through the Web Parts user interface (UI), then this method sets the property value to false.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: