This documentation is archived and is not being maintained.

IControlDesignerBehavior.DesignTimeElementView Property

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: 

See Also

IControlDesignerBehavior Interface | IControlDesignerBehavior Members | System.Web.UI.Design Namespace

Show: