DeviceSpecificChoiceCollection.Remove(DeviceSpecificChoice) Method

Definition

Removes the specified choice. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 void Remove(System::Web::UI::MobileControls::DeviceSpecificChoice ^ choice);
public void Remove (System.Web.UI.MobileControls.DeviceSpecificChoice choice);
member this.Remove : System.Web.UI.MobileControls.DeviceSpecificChoice -> unit
Public Sub Remove (choice As DeviceSpecificChoice)

Parameters

Applies to

See also