IUserControlDesignerAccessor

IUserControlDesignerAccessor

System.Web.UI (system.web.dll)interface

This interface defines the properties the IDE should be able to access to retrieve information about a user control at design time. This includes two properties, InnerText (the complete content inside the user control tag) and TagName (the tag name used by the control). The UserControl class implements the IUserControlDesignerAccessor interface.

public interface IUserControlDesignerAccessor { // Public Instance Properties    public string InnerText{set; get; }    public string TagName{set; get; } }

Implemented By

UserControl



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net