Remove()

BehaviorCollection::Remove(System::SharedPtr<IBehavior>) method

Removes specified behavior from a collection.

bool Aspose::Slides::Animation::BehaviorCollection::Remove(System::SharedPtr<IBehavior> item) override

Arguments

ParameterTypeDescription
itemSystem::SharedPtr<IBehavior>Behavior to remove.

See Also