This documentation is archived and is not being maintained.
IControlDesignerBehavior.DesignTimeElementView Property
.NET Framework 1.1
Gets the design-time view control object for the designer.
[Visual Basic] ReadOnly Property DesignTimeElementView As Object [C#] object DesignTimeElementView {get;} [C++] __property Object* get_DesignTimeElementView(); [JScript] function get DesignTimeElementView() : Object;
Property Value
The view control object for the designer.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.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
See Also
IControlDesignerBehavior Interface | IControlDesignerBehavior Members | System.Web.UI.Design Namespace
Show: