MobileForms Toolkit Documentation

ScrollBarExtensionBase.Paint Event

Occurs when the component is redrawn.

public event DrawExtensionHandler Paint;

Event Data

The event handler receives an argument of type ScrollBarExtensionBase.DrawExtensionEventArgs containing data related to this event. The following ScrollBarExtensionBase.DrawExtensionEventArgs properties provide information specific to this event.

Property Description
Bounds Gets the rectangle that represents the bounds to draw to.
Graphics Gets the graphics surface to draw on.
ParentColor Gets the color used to draw transparent rounded corners.

See Also

ScrollBarExtensionBase Class | Resco.Controls.ScrollBar Namespace