IControlPropertiesCollection
IControlPropertiesCollection interface
A collection of ActiveX controls.
public interface IControlPropertiesCollection : IEnumerable<KeyValuePair<string, string>>
Properties
Name |
Description |
AsIEnumerable { get; } |
Returns IEnumerable interface. Read-only IEnumerable. |
Count { get; } |
Returns a number of properties in the collection. Read-only Int32. |
Item { get; set; } |
Returns or sets property. |
NamesOfProperties { get; } |
Returns a number of properties in the collection. Read-only ICollection. |
Methods
Name |
Description |
Add(string, string) |
Adds a property to the collection. |
Clear() |
Removes all properties. |
Remove(string) |
Removes a property with the specified name. |
See Also