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