WebPartManagerInternals::SetIsStatic Method (WebPart, Boolean)
Assembly: System.Web (in System.Web.dll)
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.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.