XFormCollection.Remove

XFormCollection.Remove method

Deletes specified item from collection.

public bool Remove(XForm item)
ParameterTypeDescription
itemXFormThe object to delete

Return Value

true if item was deleted from collection; otherwise, false.

See Also