Table of Contents

Method OnGettingScheme

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

OnGettingScheme(out Scheme?)

Called when the Scheme for the View is being retrieved. Subclasses can return true to stop further processing and optionally set scheme to a different value.

protected virtual bool OnGettingScheme(out Scheme? scheme)

Parameters

scheme Scheme

The scheme to use, or null to continue processing.

Returns

bool

True to stop default behavior, false to proceed.