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)
protected: [SecurityPermissionAttribute(SecurityAction::Demand, Unrestricted = true)] virtual IDictionary^ GetDesignModeState() override
Return Value
Type: System.Collections::IDictionary^An 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: