CatalogPart::GetDesignModeState Method ()

 

Retrieves the current state of a CatalogPart control's parent zone.

Namespace:   System.Web.UI.WebControls.WebParts
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
Return to top
Show: