WebPartDisplayMode::AssociatedWithToolZone Property
Gets a value that indicates whether a certain display mode is associated with a class that derives from the ToolZone class.
Assembly: System.Web (in System.Web.dll)
When a Web Parts page enters a display mode whose AssociatedWithToolZone property is set to true, the WebPartManager control interprets that to mean that an associated class derives from the ToolZone class, and that additional user interface (UI) elements need to be displayed. For example, when a page enters edit mode, special zones that contain UI elements for editing Web Parts controls appear on the page. This behavior is made possible because the AssociatedWithToolZone property value on the EditDisplayMode field is set to true.
Notes to InheritorsClasses that derive from the WebPartDisplayMode base class to create custom display modes must override the AssociatedWithToolZone property in order to set its value.
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.