Method OnDrawingSubViews | Terminal.Gui v2 (original) (raw)
Table of Contents
Namespace
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
true to stop further drawing of SubViews.
OnDrawingSubViews()
Called when the SubViews are to be drawn.
protected virtual bool OnDrawingSubViews()