Table of Contents

Method OnDrawingSubviews

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

OnDrawingSubviews(DrawContext?)

Called when the Subviews are to be drawn.

protected virtual bool OnDrawingSubviews(DrawContext? context)

Parameters

context DrawContext

The draw context to report drawn areas to, or null if not tracking.

Returns

bool

true to stop further drawing of Subviews.

OnDrawingSubviews()

Called when the Subviews are to be drawn.

protected virtual bool OnDrawingSubviews()

Returns

bool

true to stop further drawing of Subviews.