ControlPropertiesCollection Class

A collection of AcitveX properties.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesControlPropertiesCollection

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class ControlPropertiesCollection : IControlPropertiesCollection, 
	IEnumerable<KeyValuePair<string, string>>, IEnumerable

The ControlPropertiesCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns a number of properties in the collection. Read-only Int32.
Public propertyItem
Returns or sets property.
Public propertyNamesOfProperties
Returns the collection of properties names. Read-only ICollection.
Methods
  NameDescription
Public methodAdd
Adds a property to the collection.
Public methodClear
Removes all properties.
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 a property with the specified name.
Public methodToString (Inherited from Object.)
See Also