TemplateContainer

TemplateContainer.NET 1.1, disposable

System.Web.UI.MobileControls (system.web.mobile.dll)class

The TemplateContainer class is used with controls that support templating. Essentially, controls that use templates will add child controls inside separate TemplateContainer instances. The TemplateContainer class inherits from the Panel class, which gives it the ability to host child controls.

public class TemplateContainer : Panel, System.Web.UI.INamingContainer { // Public Constructors    public TemplateContainer( ); // Public Instance Properties    public override bool BreakAfter{set; get; }                   // overrides Panel }

Hierarchy

System.Object System.Web.UI.Control(System.ComponentModel.IComponent, System.IDisposable, System.Web.UI.IParserAccessor, System.Web.UI.IDataBindingsAccessor) MobileControl(System.Web.UI.IAttributeAccessor) Panel(ITemplateable) TemplateContainer(System.Web.UI.INamingContainer)

Subclasses

MobileListItem



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