Method FindPanelIndex
FindPanelIndex(string)
Find the index of the panel from it's display name.
Declaration
public int FindPanelIndex(string displayName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | displayName | The display name of the panel to find. |
Returns
| Type | Description |
|---|---|
| int | The index of the panel in the list. -1 if not found. |