DeviceSpecificChoiceCollection

DeviceSpecificChoiceCollection.NET 1.1

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

This class represents a collection of <Choice> elements nested in a <DeviceSpecific> in a .aspx file.

public class DeviceSpecificChoiceCollection : ArrayListCollectionBase {
// Public Instance Properties
   public ArrayList All{get; }
   public DeviceSpecificChoice this[int index]{get; }
// Public Instance Methods
   public void Add(DeviceSpecificChoice choice);
   public void AddAt(int index, DeviceSpecificChoice choice);
   public void Clear( );
   public void Remove(DeviceSpecificChoice choice);
   public void RemoveAt(int index);
}

Hierarchy

System.Object ArrayListCollectionBase(System.Collections.ICollection, System.Collections.IEnumerable) DeviceSpecificChoiceCollection

Returned By

DeviceSpecific.Choices



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace