Table of Contents

Method BringSubviewToFront

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