Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / FocusRenderer Property


In This Topic
FocusRenderer Property (FpSpread)
In This Topic
Gets or sets the focus indicator renderer for drawing the focus rectangle in the component.
Syntax
'Declaration
 
Public Property FocusRenderer As IFocusIndicatorRenderer
 
'Usage
 
Dim instance As FpSpread
Dim value As IFocusIndicatorRenderer
 
instance.FocusRenderer = value
 
value = instance.FocusRenderer
See Also