Spread Windows Forms 17
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)
    public EditingFocusIndicatorRenderer( 
       IBorder borderType
    )

    Parameters

    borderType
    Type of the border.
    See Also