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


In This Topic
Renderer Property (FpScrollBar)
In This Topic
Get or sets the scroll bar renderer that draws the skin of the scroll bar.
Syntax
'Declaration
 
Public Property Renderer As IScrollBarRenderer
 
'Usage
 
Dim instance As FpScrollBar
Dim value As IScrollBarRenderer
 
instance.Renderer = value
 
value = instance.Renderer

Property Value

Renderer
See Also