Method BringSubviewToFront | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

BringSubviewToFront(View)

Brings the specified subview to the front so it is drawn on top of any other views.

public void BringSubviewToFront(View subview)

Parameters

subview View

The subview to send to the front

Remarks

SendSubviewToBack(View).

Edit this page