Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / ScrollableControl Class / VerticalScrollBar Property


In This Topic
VerticalScrollBar Property (ScrollableControl)
In This Topic
Gets the vertical scroll bar.
Syntax
'Declaration
 
Public ReadOnly Property VerticalScrollBar As ScrollBar
 
'Usage
 
Dim instance As ScrollableControl
Dim value As ScrollBar
 
value = instance.VerticalScrollBar

Property Value

The vertical scroll bar.
See Also