Table of Contents

Method SetContent

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

SetContent(Func<TView>)

Replaces the current content with a newly created view.

public void SetContent(Func<TView> contentFactory)

Parameters

contentFactory Func<TView>