ControlElementCollection.Add(ControlElement) Method

Definition

Adds a ControlElement object to the collection. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 void Add(System::Web::UI::MobileControls::ControlElement ^ controlElement);
public void Add (System.Web.UI.MobileControls.ControlElement controlElement);
member this.Add : System.Web.UI.MobileControls.ControlElement -> unit
Public Sub Add (controlElement As ControlElement)

Parameters

controlElement
ControlElement

A ControlElement object.

Applies to

See also