Returns the index associated with the child.

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 int GetChildIndex(
	IControl child
)

Parameters

child
Type: Skewworks.NETMF.Controls..::..IControl
Child to be looked up

Return Value

Type: Int32
Returns the index of the child or -1 if not found.

Implements

IContainer..::..GetChildIndex(IControl)

See Also