MobileForms Toolkit Documentation

ScrollBar.DrawArrowButton Event

Occurs when a control needs to repaint arrow button.

public event DrawArrowButtonHandler DrawArrowButton;

Event Data

The event handler receives an argument of type DrawArrowButtonEventArgs containing data related to this event. The following DrawArrowButtonEventArgs 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.
State Gets the ScrollBarElementState of the arrow button.
Type Gets the ScrollBarArrow type of the arrow button.

See Also

ScrollBar Class | Resco.Controls.ScrollBar Namespace