Returns a child by its index.

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

Syntax

C#
public virtual IControl GetChildByIndex(
	int index
)

Parameters

index
Type: System..::..Int32
The index inside of the array of controls to return

Return Value

Type: IControl
Returns the control or null if the index is out of range.

Implements

IContainer..::..GetChildByIndex(Int32)

See Also