GetChild Method
GetChild(string)
Gets a child control in the container.
Declaration
public virtual Control GetChild(string name)
Public Overridable Function GetChild(name As String) As Control
Parameters
Type |
Name |
Description |
string |
name |
Name of child control
|
Returns