IControlCollection Interface

A collection of ActiveX controls.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IControlCollection : IGenericCollection<IControl>, 
	IEnumerable<IControl>, IEnumerable, ICollection

The IControlCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodAddControl
Public methodClear
Removes all controls from the collection.
Public methodCopyTo (Inherited from ICollection.)
Public methodGetEnumerator (Inherited from IEnumerableIControl.)
Public methodRemove
Removes an ActiveX control from the collection.
Public methodRemoveAt
Removes an ActiveX control stored at specified position from the collection.
See Also