Control.GetDesignModeState Method ()
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets design-time data for a control.
Assembly: System.Web (in System.Web.dll)
[<SecurityPermissionAttribute(SecurityAction.Demand, Unrestricted = true)>] abstract GetDesignModeState : unit -> IDictionary [<SecurityPermissionAttribute(SecurityAction.Demand, Unrestricted = true)>] override GetDesignModeState : unit -> IDictionary
Return Value
Type: System.Collections.IDictionaryAn IDictionary containing the design-time data for the control.
The GetDesignModeState method returns design-time data for a control.
Notes to Inheritors:
The GetDesignModeState method returns null by default. You must override this method to provide the design-time data your control requires.
.NET Framework
Available since 2.0
Available since 2.0
Show: