DekGenius.com
[ Team LiB ] Previous Section Next Section

PanelControlBuilder.NET 1.1

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

The PanelControlBuilder class is used internally by ASP.NET. It is created by the page parser when it encounters a <mobile:Panel> tag, and used to process the literal text it contains.

public class PanelControlBuilder : LiteralTextContainerControlBuilder {
// Public Constructors
   public PanelControlBuilder( );
}

Hierarchy

System.Object System.Web.UI.ControlBuilder MobileControlBuilder LiteralTextContainerControlBuilder PanelControlBuilder

    [ Team LiB ] Previous Section Next Section