Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFpStatusBar Interface / ZoomSliderColor Property


In This Topic
ZoomSliderColor Property (IFpStatusBar)
In This Topic
Gets or sets the color of the zoom slider button.
Syntax
'Declaration
 
Property ZoomSliderColor As Color
 
'Usage
 
Dim instance As IFpStatusBar
Dim value As Color
 
instance.ZoomSliderColor = value
 
value = instance.ZoomSliderColor
See Also