MobileForms Toolkit Documentation

DrawArrowButtonEventArgs  Constructor 

Initializes a new instance of the DrawArrowButtonEventArgs class.

public DrawArrowButtonEventArgs(
Graphics graphics,
Rectangle bounds,
ScrollBarElementState state,
ScrollBarArrow type
);

Parameters

graphics
Graphics surface to draw on.
bounds
Rectangle that represents the bounds to draw to.
state
ScrollBarElementState state.
type
ScrollBarArrow type.

See Also

DrawArrowButtonEventArgs Class | Resco.Controls.ScrollBar Namespace