| UIScreenBringToFront Method |
Brings a control to the front of the z-order.
Namespace: DigitalRune.Game.UI.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public void BringToFront(
UIControl control
)
Public Sub BringToFront (
control As UIControl
)
public:
void BringToFront(
UIControl^ control
)
member BringToFront :
control : UIControl -> unit
Parameters
- control
- Type: DigitalRune.Game.UI.ControlsUIControl
The control.
Exceptions See Also