[]
Looks for the panel in the collection with the specified value of the ID property.
public C1NavBarPanel FindID(int id)
| Type | Name | Description |
|---|---|---|
| int | id | The value of the ID property to search for. |
| Type | Description |
|---|---|
| C1NavBarPanel | Panel with the specified ID, or null if no such panel exists. |