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