Note: This API is now obsolete.
Gets the design-time object representing the control that is associated with the HtmlControlDesigner object on the design surface.
Assembly: System.Design (in System.Design.dll)
Syntax
The design-time object representing the control associated with the HtmlControlDesigner.
<[%$TOPIC/237908bb_en-us_VS_110_2_0_0_0_0%]("Error: This property can no longer be referenced, and is included to support existing compiled applications. The design-time element may not always provide access to the element in the markup. There are alternate methods on WebFormsRootDesigner for handling client script and controls. http://go.microsoft.com/fwlink/?linkid=14202", _
True)> _
Protected ReadOnly Property DesignTimeElement As [%$TOPIC/237908bb_en-us_VS_110_2_0_0_0_1%]
[[%$TOPIC/237908bb_en-us_VS_110_2_0_1_0_0%]("Error: This property can no longer be referenced, and is included to support existing compiled applications. The design-time element may not always provide access to the element in the markup. There are alternate methods on WebFormsRootDesigner for handling client script and controls. http://go.microsoft.com/fwlink/?linkid=14202",
true)]
protected [%$TOPIC/237908bb_en-us_VS_110_2_0_1_0_1%] DesignTimeElement { get; }
[[%$TOPIC/237908bb_en-us_VS_110_2_0_2_0_0%](L"Error: This property can no longer be referenced, and is included to support existing compiled applications. The design-time element may not always provide access to the element in the markup. There are alternate methods on WebFormsRootDesigner for handling client script and controls. http://go.microsoft.com/fwlink/?linkid=14202",
true)]
protected:
property [%$TOPIC/237908bb_en-us_VS_110_2_0_2_0_1%]^ DesignTimeElement {
[%$TOPIC/237908bb_en-us_VS_110_2_0_2_0_2%]^ get ();
}
[<[%$TOPIC/237908bb_en-us_VS_110_2_0_3_0_0%]("Error: This property can no longer be referenced, and is included to support existing compiled applications. The design-time element may not always provide access to the element in the markup. There are alternate methods on WebFormsRootDesigner for handling client script and controls. http://go.microsoft.com/fwlink/?linkid=14202",
true)>]
member DesignTimeElement : [%$TOPIC/237908bb_en-us_VS_110_2_0_3_0_1%] with get
Property Value
Type: SystemObjectThe design-time object representing the control associated with the HtmlControlDesigner.
Remarks
The DesignTimeElement property is used by the designer to retrieve the design-time object representing the control that is associated with the HtmlControlDesigner object on the design surface.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Platforms
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
See Also