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