[]
Gets index of a control.
int IndexOf(IControl control)
Function IndexOf(control As IControl) As Integer
| Type | Name | Description |
|---|---|---|
| IControl | control | The control to find. |
| Type | Description |
|---|---|
| int | If found, returns the index of control. Otherwise, returns -1. |