remove method

remove(self, item)

Removes an ActiveX control from the collection.

def remove(self, item):
    ...
ParameterTypeDescription
itemIControlA control to remove.

See Also