A runtime form designer control

FormDesigner.BringSelectedComponentsToFront Method 

Brings the selected components to the front.

[Visual Basic]
Public Sub BringSelectedComponentsToFront()
[C#]
public void BringSelectedComponentsToFront();
[C++]
public: void BringSelectedComponentsToFront();
[JScript]
public function BringSelectedComponentsToFront();

Remarks

The call to this method is ignored if the FormDesigner is operating in run Mode.

See Also

FormDesigner Class | Viklele.Win.Designer Namespace | SendSelectedComponentsToBack