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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

OnDrawingAdornments()

Called when the View's Adornments are to be drawn. Prepares LineCanvas. IfSuperViewRendersLineCanvas is true, only theLineCanvas of this view's subviews will be rendered. If SuperViewRendersLineCanvas is false (the default), this method will cause the LineCanvas be prepared to be rendered.

protected virtual bool OnDrawingAdornments()

Returns

bool

true to stop further drawing of the Adornments.

Edit this page