Table of Contents

Method DefaultPaintDebug

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DefaultPaintDebug(PaintEventArgs)

Provides default debug related painting behavior for the control when the application is compiled in debug mode.

[Conditional("DEBUG")]
protected virtual void DefaultPaintDebug(PaintEventArgs e)

Parameters

e PaintEventArgs

The PaintEventArgs containing data for the paint event.

Remarks

This method is only executed when the "DEBUG" conditional compilation symbol is defined. It is intended for rendering debug-specific visual elements, such as focus rectangles, to assist in debugging layout or focus-related issues.