Table of Contents

Delegate HeaderColorGetterDelegate

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

Delegate for providing color to TableView column headers based on contextual information.

public delegate Scheme? HeaderColorGetterDelegate(HeaderColorGetterArgs args)

Parameters

args HeaderColorGetterArgs

Contains information about the column header for which color is needed.

Returns

Scheme

A Scheme to use for rendering the header, or null to use the default.

Constructors

HeaderColorGetterDelegate(object, nint)

Methods

BeginInvoke(HeaderColorGetterArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(HeaderColorGetterArgs)