Scroll bar.

Namespace: Spire.PdfViewer.Forms
Assembly: Spire.PdfViewer.Forms (in Spire.PdfViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
protected ScrollBar ScrollBar { get; set; }
Protected Property ScrollBar As ScrollBar
	Get
	Set
protected:
property ScrollBar^ ScrollBar {
	ScrollBar^ get ();
	void set (ScrollBar^ value);
}
member ScrollBar : ScrollBar with get, set

Property Value

ScrollBar

See Also