Remove()

IControlCollection::Remove(System::SharedPtr<IControl>) method

Removes an ActiveX control from the collection.

virtual void Aspose::Slides::IControlCollection::Remove(System::SharedPtr<IControl> item)=0

Arguments

ParameterTypeDescription
itemSystem::SharedPtr<IControl>A control to remove.

See Also