Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EditingFocusIndicatorRenderer Class / EditingFocusIndicatorRenderer Constructor / EditingFocusIndicatorRenderer Constructor(IBorder)
Type of the border.


In This Topic
EditingFocusIndicatorRenderer Constructor(IBorder)
In This Topic
Creates a new editing focus indicator renderer with the specified border.
Syntax
'Declaration
 
Public Function New( _
   ByVal borderType As IBorder _
)
 
'Usage
 
Dim borderType As IBorder
 
Dim instance As New EditingFocusIndicatorRenderer(borderType)

Parameters

borderType
Type of the border.
See Also