[]
Selects the next available control and makes it the active control.
protected override bool ProcessTabKey(bool forward)
Protected Overrides Function ProcessTabKey(forward As Boolean) As Boolean
| Type | Name | Description |
|---|---|---|
| bool | forward | true to cycle forward through the controls in the ContainerControl; otherwise, false. |
| Type | Description |
|---|---|
| bool | true if a control is selected; otherwise, false. |