FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadSkin Class / SelectionRenderer Property


In This Topic
SelectionRenderer Property (SpreadSkin)
In This Topic
Gets or sets the selection renderer of the Spread skin.
Syntax
'Declaration
 
Public Property SelectionRenderer As ISelectionRenderer
 
'Usage
 
Dim instance As SpreadSkin
Dim value As ISelectionRenderer
 
instance.SelectionRenderer = value
 
value = instance.SelectionRenderer
See Also