ControlPropertiesCollection

ControlPropertiesCollection class

A collection of AcitveX properties.

public class ControlPropertiesCollection : IControlPropertiesCollection

Properties

NameDescription
Count { get; }Returns a number of properties in the collection. Read-only Int32.
Item { get; set; }Returns or sets property.
NamesOfProperties { get; }Returns the collection of properties names. Read-only ICollection.

Methods

NameDescription
Add(string, string)Adds a property to the collection.
Clear()Removes all properties.
GetEnumerator()Returns an enumerator that iterates through the collection.
Remove(string)Removes a property with the specified name.

See Also