DekGenius.com
[ Team LiB ] Previous Section Next Section

ChtmlTextBoxAdapter.NET 1.1

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

This adapter renders the System.Web.UI.MobileControls.TextBox control to cHTML.

public class ChtmlTextBoxAdapter : HtmlTextBoxAdapter {
// Public Constructors
   public ChtmlTextBoxAdapter( );
// Public Instance Properties
   public override bool RequiresFormTag{get; }                   // overrides HtmlControlAdapter
// Protected Instance Methods
   protected override void AddAttributes(HtmlMobileTextWriter writer); // overrides HtmlControlAdapter
}

Hierarchy

System.Object ControlAdapter(System.Web.UI.MobileControls.IControlAdapter) HtmlControlAdapter HtmlTextBoxAdapter ChtmlTextBoxAdapter

    [ Team LiB ] Previous Section Next Section