ControlCollection Class

A collection of ActiveX controls.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesControlCollection

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

The ControlCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns a number of objects in the collection. Read-only Int32.
Public propertyIsSynchronized
Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Public propertyItem
Returns a control at the specified position.
Public propertySyncRoot
Returns a synchronization root. Read-only Object.
Methods
  NameDescription
Public methodAddControl
Creates and adds a new control to the collection.
Public methodClear
Removes all controls from the collection.
Public methodCopyTo
Copies the entire collection to the specified array.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes an ActiveX control from the collection.
Public methodRemoveAt
Removes an ActiveX control stored at specified position from the collection.
Public methodToString (Inherited from Object.)
See Also