Control.SetDesignModeState Method (IDictionary)
.NET Framework (current version)
Sets design-time data for a control.
Assembly: System.Web (in System.Web.dll)
abstract SetDesignModeState : data:IDictionary -> unit override SetDesignModeState : data:IDictionary -> unit
Parameters
- data
-
Type:
System.Collections.IDictionary
An IDictionary containing the design-time data for the control.
The SetDesignModeState method saves design-time data for a control.
Notes to Inheritors:
You must override this method to save the design-time data your control requires.
.NET Framework
Available since 2.0
Available since 2.0
Show: