IVerticallyScrollableGetScrollbarBackground Method

Draws the background of the scrollbar on a graphics object.

Definition

Namespace: BeeMobile.TextViewer
Assembly: BeeMobile.TextViewer.NET48 (in BeeMobile.TextViewer.NET48.dll) Version: 4.8.0.4
C#
void GetScrollbarBackground(
	Graphics gfx,
	Rectangle area
)

Parameters

gfx  Graphics
The graphics object to draw on.
area  Rectangle
The Bounds of the scrollbar within control area.

See Also