Table of Contents

Method AfterVertScrollBarPaint

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

AfterVertScrollBarPaint(ref PaintDelegateParams)

Performs additional operations after the vertical scroll bar has been painted.

public virtual void AfterVertScrollBarPaint(ref BaseDrawable.PaintDelegateParams prm)

Parameters

prm BaseDrawable.PaintDelegateParams

A reference to the parameters used during the painting operation. This parameter provides context about the painting process, such as the graphics surface and clipping region.

Remarks

This method is intended to be overridden in derived classes to customize behavior after the vertical scroll bar painting is complete. The default implementation does nothing.