IControl |
public interface IControlScreens : IControlChildren, IReadOnlyControlCollection<IControlBase>, IEnumerable<IControlBase>, IEnumerable, IDisposable
The IControlScreens type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Number of controls in the collection.
(Inherited from IReadOnlyControlCollectionT) | |
| ItemInt32 |
Get a control from the collection by index.
(Inherited from IReadOnlyControlCollectionT) | |
| ItemString |
Get a control from the collection by name.
(Inherited from IReadOnlyControlCollectionT) |
| Name | Description | |
|---|---|---|
| Add |
Add a child control.
Control will also be added to the Screens collection.
(Inherited from IControlChildren) | |
| Clear |
Remove all child controls.
All controls will be disposed and also removed from the Screens collection.
(Inherited from IControlChildren) | |
| Contains |
Check if the collection contains a control.
(Inherited from IReadOnlyControlCollectionT) | |
| ContainsKey |
Check if the collection contains a control with name.
(Inherited from IReadOnlyControlCollectionT) | |
| IndexOf(T) |
Get the index of a control in the collection by reference.
(Inherited from IReadOnlyControlCollectionT) | |
| IndexOf(String) |
Get the index of a control in the collection by name.
(Inherited from IReadOnlyControlCollectionT) | |
| Insert |
Insert a child control.
Control will also be added to the Screens collection.
(Inherited from IControlChildren) | |
| Reindex |
Move a child control to a new index.
(Inherited from IControlChildren) | |
| Remove |
Remove a child control.
Control will be disposed and also removed from the Screens collection.
(Inherited from IControlChildren) |