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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Add(View)

Adds a subview (child) to this view.

public override void Add(View view)

Parameters

view View

Remarks

The Views that have been added to this view can be retrieved via the Subviews property. See also Remove(View)RemoveAll()

Edit this page