DekGenius.com
[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section