Click or drag to resize

ControlBaseFindChild Method

Verizon Connect Logo
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
)

Parameters

name
Type: SystemString
The name of the child to find

Return Value

Type: Control
The found control or Null
See Also