MobileForms Toolkit Documentation

TabPagesCollection.RemoveAt Method 

Removes the element at the specified index of the System.Collections.ArrayList.

public void RemoveAt(
int index
);

Parameters

index
index is less than zero. -or- index is equal to or greater than System.Collections.ArrayList.Count.

Implements

IList.RemoveAt

See Also

TabPagesCollection Class | Resco.Controls.CommonControls Namespace