CatalogPart.GetDesignModeState Method ()
.NET Framework (current version)
Retrieves the current state of a CatalogPart control's parent zone.
Assembly: System.Web (in System.Web.dll)
[<SecurityPermissionAttribute(SecurityAction.Demand, Unrestricted = true)>] override GetDesignModeState : unit -> IDictionary
Return Value
Type: System.Collections.IDictionaryAn IDictionary that contains the current state of the CatalogZoneBase zone that contains a CatalogPart control.
The GetDesignModeState method returns information about the state of the zone that contains a CatalogPart control. The state information is returned in the form of a dictionary.
.NET Framework
Available since 2.0
Available since 2.0
Show: