Click or drag to resize

ControlBaseAddChild Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Add a Control to this ControlBase.

Namespace:  Telogis.UI
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public virtual void AddChild(
	Control child,
	ControlInfo info
)

Parameters

child
Type: System.Windows.FormsControl
The System.Windows.Forms.Control to add
info
Type: Telogis.UIControlInfo
The ControlInfo to set attributes (such as size and alignment information) for child
See Also