IDwoReadOnlyList<TDwo> Interface
.NET Standard 2.x
Represents a list of TDwo type controls in the DataObject. All properties are read-only.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public interface IDwoReadOnlyList<TDwo> : IEnumerable<TDwo> where TDwo : IDwoReadOnly
Property
| Name | Return Type | Description |
|---|---|---|
| Item[Int] | TDwo | Gets a TDwo object by index. |
| Item[String] | TDwo | Gets a TDwo object by name. |
Method
| Name | Return Type | Description |
|---|---|---|
| Exists | System.Booelan | Checks whether a control exists in the list. |
| Find | TDwo | Finds a control in the list. |