ControlLocation Enumeration
.NET Framework 2.0
Note: This enumeration is new in the .NET Framework version 2.0.
Specifies the possible locations for adding a control in a container.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
| Member name | Description | |
|---|---|---|
| After | Adds the control after the current selection or current control. | |
| Before | Adds the control before the current selection or current control. | |
| First | Adds the control at the start of the document. | |
| FirstChild | Adds the control as the first child of the selected control, if the selected control is a container control. | |
| Last | Adds the control at the end of the document. | |
| LastChild | Adds the control as the last child of the selected control, if the selected control is a container control. |
The ControlLocation enumeration is used by the WebFormsRootDesigner.AddControlToDocument method.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Show: