Table of Contents

Method OnDrawingSubViews

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

OnDrawingSubViews(DrawContext?)

Called when the SubViews are to be drawn.

protected override 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.

Remarks

Draws all markdown content (backgrounds, text, styles) before SubViews are drawn. This ensures copy Button SubViews render on top of code block backgrounds.