Table of Contents

Property TitleView

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

TitleView

Gets the tab header TitleView SubView, or null if Tab is not set or the view has not yet been created.

public View? TitleView { get; }

Property Value

View

Remarks

The TitleView is created lazily by Terminal.Gui.ViewBase.BorderView.EnsureTitleView when Tab is first set. It can be used to hook mouse events for custom behaviors such as drag-to-slide tab reordering.