IRead |
public interface IReadOnlyControlCollection<T> : IEnumerable<T>, IEnumerable where T : IControlBase
The IReadOnlyControlCollectionT type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Number of controls in the collection. | |
| ItemInt32 | Get a control from the collection by index. | |
| ItemString | Get a control from the collection by name. |
| Name | Description | |
|---|---|---|
| Contains | Check if the collection contains a control. | |
| ContainsKey | Check if the collection contains a control with name. | |
| IndexOf(T) | Get the index of a control in the collection by reference. | |
| IndexOf(String) | Get the index of a control in the collection by name. |