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