| ChtmlSelectionListAdapter | .NET 1.1 |
| System.Web.UI.MobileControls.Adapters (system.web.mobile.dll) | class |
This adapter renders the
System.Web.UI.MobileControls.SelectionList control
to cHTML.public class ChtmlSelectionListAdapter : HtmlSelectionListAdapter {
// Public Constructors
public ChtmlSelectionListAdapter ( );
// Public Instance Properties
public override bool RequiresFormTag {get; } // overrides HtmlControlAdapter
// Public Instance Methods
public override void Render (HtmlMobileTextWriter writer ); // overrides HtmlSelectionListAdapter
}
Hierarchy
System.Object 
ControlAdapter(System.Web.UI.MobileControls.IControlAdapter)
HtmlControlAdapter
HtmlSelectionListAdapter
ChtmlSelectionListAdapter