Updates the z-index of the specified control so it is rendered on top.

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

Syntax

C#
void BringControlToFront(
	IControl child
)

Parameters

child
Type: Skewworks.NETMF.Controls..::..IControl
Control to move to the top of the z-index

See Also