Moves the focus from the active to the next 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 void NextChild()

Implements

IContainer..::..NextChild()()()()

Remarks

If no child is currently active, the 1st child is gets the active one.

See Also