Click or drag to resize
DigitalRuneUIScreenBringToFront Method
Brings a control to the front of the z-order.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public void BringToFront(
	UIControl control
)

Parameters

control
Type: DigitalRune.Game.UI.ControlsUIControl
The control.
Exceptions
ExceptionCondition
ArgumentNullExceptioncontrol is .
ArgumentExceptioncontrol is not a child of this UI screen.
See Also