Method OnDrawingText | Terminal.Gui v2 (original) (raw)

Table of Contents

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.

Edit this page