Table of Contents

Method SendSubviewToBack

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

SendSubviewToBack(View)

Sends the specified subview to the front so it is the first view drawn

public void SendSubviewToBack(View subview)

Parameters

subview View

The subview to send to the front

Remarks