EditorPart::GetDesignModeState Method ()
.NET Framework (current version)
Retrieves the current state of an EditorPart 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 has the current state of the EditorZoneBase zone that contains an EditorPart control.
The GetDesignModeState method returns information about the state of the zone that contains an EditorPart control. The state information is returned in the form of a dictionary.
.NET Framework
Available since 2.0
Available since 2.0
Show: