APNSoft Controls [4.5.2.20] - API Reference
APNSoftElementCollection.Remove Method
Removes a specific element from the collection.
[Visual Basic]
Public Sub Remove( _
ByVal ID As String _
)
[C#]
public void Remove(
string ID
);
Parameters
- ID
- ID of the element.
See Also
APNSoftElementCollection Class | APNSoft.WebControls Namespace