Table of Contents

Method OnDrawingText

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

OnDrawingText(DrawContext?)

Called when the Text of the View is to be drawn.

protected virtual bool OnDrawingText(DrawContext? context)

Parameters

context DrawContext

The draw context to report drawn areas to.

Returns

bool

true to stop further drawing of Text.

OnDrawingText()

Called when the Text of the View is to be drawn.

protected virtual bool OnDrawingText()

Returns

bool

true to stop further drawing of Text.