VerticalIndicatorScrollBar Constructor
Creates a rounded vertical scroll bar object.
Namespace: BeeMobile.TextViewerAssembly: BeeMobile.TextViewer.NET48 (in BeeMobile.TextViewer.NET48.dll) Version: 4.8.0.4
public VerticalIndicatorScrollBar(
IVerticallyScrollable parent,
Control invokingControl
)
Public Sub New (
parent As IVerticallyScrollable,
invokingControl As Control
)
Parameters
- parent IVerticallyScrollable
- The parent of the scroll bar.
- invokingControl Control
- The control on which the animation timer ticks can invoke necessary methods.