FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SliderCellType Class / TrackPicture Property


In This Topic
TrackPicture Property (SliderCellType)
In This Topic
Gets or sets the image for the track of the slider.
Syntax
'Declaration
 
Public Property TrackPicture As Picture
 
'Usage
 
Dim instance As SliderCellType
Dim value As Picture
 
instance.TrackPicture = value
 
value = instance.TrackPicture
See Also