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

Table of Contents

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.

Edit this page