Table of Contents

Property ToolTips

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

ToolTips

Gets or sets the tool tip manager used to display contextual help for UI elements within the application.

ApplicationToolTip? ToolTips { get; set; }

Property Value

ApplicationToolTip

Remarks

Assigning a value to this property enables tool tip functionality, allowing users to receive additional information when interacting with supported controls. If set to null, tool tips are disabled for the application.