Method GetControlList
GetControlList()
Implementation needed by IControlContainer to get the object's controls list.
Declaration
public IEnumerable<SimpleControl> GetControlList()
Returns
| Type | Description |
|---|---|
| IEnumerable<SimpleControl> | This inspector's controls list |