Remove()

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

Removes an ActiveX control from the collection.

void Aspose::Slides::ControlCollection::Remove(System::SharedPtr<IControl> item) override

Arguments

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

See Also