Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class / Width Property


In This Topic
Width Property (FpScrollBar)
In This Topic
Gets or sets the width of the control.
Syntax
'Declaration
 
Public Shadows Property Width As Integer
 
'Usage
 
Dim instance As FpScrollBar
Dim value As Integer
 
instance.Width = value
 
value = instance.Width
See Also