Occurs when the component is redrawn.
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. |
ScrollBarExtensionBase Class | Resco.Controls.ScrollBar Namespace