This documentation is archived and is not being maintained.
IUserControlDesignerAccessor Interface
.NET Framework 1.1
Defines the properties to implement to allow the designer to access information about a UserControl at design-time.
For a list of all members of this type, see IUserControlDesignerAccessor Members.
[Visual Basic] Public Interface IUserControlDesignerAccessor [C#] public interface IUserControlDesignerAccessor [C++] public __gc __interface IUserControlDesignerAccessor [JScript] public interface IUserControlDesignerAccessor
Classes that Implement IUserControlDesignerAccessor
| Class | Description |
|---|---|
| UserControl | Represents an .ascx file, also known as a user control, requested from a server that hosts an ASP.NET Web application. The file must be called from a Web Forms page or a parser error will occur. |
Requirements
Namespace: System.Web.UI
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
IUserControlDesignerAccessor Members | System.Web.UI Namespace
Show: