[]
Gets a child control in the container.
public virtual Control GetChild(string name)
Public Overridable Function GetChild(name As String) As Control
Type | Name | Description |
---|---|---|
string | name | Name of child control |
Type | Description |
---|---|
Control | A child control in the container. |