Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.Generic.IReadOnlyCollection<IControl>) | |
Item | Gets control by name. |
The following tables list the members exposed by IControlCollection.
Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.Generic.IReadOnlyCollection<IControl>) | |
Item | Gets control by name. |
Name | Description | |
---|---|---|
AddButton | Adds a new IButton. | |
AddCheckBox | Adds a new ICheckBox. | |
AddDropDown | Adds a new IDropDown. | |
AddGroupBox | Adds a new IGroupBox. | |
AddLabel | Adds a new ILabel. | |
AddListBox | Adds a new IListBox. | |
AddOptionButton | Adds a new IOptionButton. | |
AddScrollBar | Adds a new IScrollBar. | |
AddSpinner | Adds a new ISpinner. | |
Clear | Removes all controls from a IControlCollection. | |
GetEnumerator | (Inherited from System.Collections.Generic.IEnumerable<IControl>) | |
IndexOf | Gets index of a control. |