Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedFocusIndicatorRenderer Class / EnhancedFocusIndicatorRenderer Constructor / EnhancedFocusIndicatorRenderer Constructor(Int32)
Thickness in pixels


In This Topic
    EnhancedFocusIndicatorRenderer Constructor(Int32)
    In This Topic
    Creates a new renderer for drawing the border, with the specified thickness, around the active cell.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal thickness As Integer _
    )
    'Usage
     
    
    Dim thickness As Integer
     
    Dim instance As New EnhancedFocusIndicatorRenderer(thickness)
    public EnhancedFocusIndicatorRenderer( 
       int thickness
    )

    Parameters

    thickness
    Thickness in pixels
    See Also