DekGenius.com
[ Team LiB ] Previous Section Next Section

HtmlTextViewAdapter.NET 1.1

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

This adapter renders the System.Web.UI.MobileControls.TextView control to HTML.

public class HtmlTextViewAdapter : HtmlControlAdapter {
// Public Constructors
   public HtmlTextViewAdapter( );
// Protected Instance Properties
   protected TextView Control{get; }
// Public Instance Methods
   public override void Render(HtmlMobileTextWriter writer);    // overrides HtmlControlAdapter
}

Hierarchy

System.Object ControlAdapter(System.Web.UI.MobileControls.IControlAdapter) HtmlControlAdapter HtmlTextViewAdapter

    [ Team LiB ] Previous Section Next Section