Gets a child control by its name.

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
IControl GetChildByName(
	string name
)

Parameters

name
Type: System..::..String
Name of the control

Return Value

Type: IControl
Returns the control or null if not found.

Remarks

The name is compared case sensitive.

See Also