MobileForms Toolkit Documentation

ScrollBarButton.Draw Method 

Draws ScrollBar's button with arrow icon.

public void Draw(
Graphics gr,
Rectangle drawRect,
ScrollBarArrow type,
Color parentColor
);

Parameters

gr
Graphics surface to draw on.
drawRect
Rectangle to draw in.
type
ScrollBarArrow orientation type.
parentColor
Color used to draw transparent corners.

Remarks

parentColor parameter should be a BackColor of this control's parent.

See Also

ScrollBarButton Class | Resco.Controls.ScrollBar Namespace