[]
Gets the previous child control in the container.
public virtual Control GetPreviousChildControl(Control startChild)
Public Overridable Function GetPreviousChildControl(startChild As Control) As Control
| Type | Name | Description |
|---|---|---|
| Control | startChild | Name of child control to start |
| Type | Description |
|---|---|
| Control | The previous child control in the container. |