IVerticallyScrollableGetScrollbarBackground Method
Draws the background of the scrollbar on a graphics object.
Namespace: BeeMobile.TextViewerAssembly: BeeMobile.TextViewer.NET48 (in BeeMobile.TextViewer.NET48.dll) Version: 4.8.0.4
void GetScrollbarBackground(
Graphics gfx,
Rectangle area
)
Sub GetScrollbarBackground (
gfx As Graphics,
area As Rectangle
)
Parameters
- gfx Graphics
- The graphics object to draw on.
- area Rectangle
- The Bounds of the scrollbar within control area.