xtd 0.2.0
Loading...
Searching...
No Matches

◆ bring_to_front()

void xtd::forms::form::bring_to_front ( )
overridevirtual

Brings the control to the front of the z-order.

Remarks
The control is moved to the front of the z-order. If the control is a child of another control, the child control is moved to the front of the z-order. bring_to_front does not make a control a top-level control, and it does not raise the xtd::forms::control::paint event.

Reimplemented from xtd::forms::control.