VerticalIndicatorScrollBar Constructor

Creates a rounded vertical scroll bar object.

Definition

Namespace: BeeMobile.TextViewer
Assembly: BeeMobile.TextViewer.NET48 (in BeeMobile.TextViewer.NET48.dll) Version: 4.8.0.4
C#
public VerticalIndicatorScrollBar(
	IVerticallyScrollable parent,
	Control invokingControl
)

Parameters

parent  IVerticallyScrollable
The parent of the scroll bar.
invokingControl  Control
The control on which the animation timer ticks can invoke necessary methods.

See Also