ControlBaseFindChild Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Search for the given child
Namespace:
Telogis.UI
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public virtual Control FindChild(
string name
)
Public Overridable Function FindChild (
name As String
) As Control
Parameters
- name
- Type: SystemString
The name of the child to find
Return Value
Type:
ControlThe found control or Null
See Also