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


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