Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxBorder Class / CharBoxBorder Constructor / CharBoxBorder Constructor(Color,LineStyle)
The System.Drawing.Color value indicates the color of the line.
The LineStyle value indicates the line style.


In This Topic
    CharBoxBorder Constructor(Color,LineStyle)
    In This Topic
    Initializes a new instance of the CharBoxBorder class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal lineColor As Color, _
       ByVal lineStyle As LineStyle _
    )
    'Usage
     
    
    Dim lineColor As Color
    Dim lineStyle As LineStyle
     
    Dim instance As New CharBoxBorder(lineColor, lineStyle)
    public CharBoxBorder( 
       Color lineColor,
       LineStyle lineStyle
    )

    Parameters

    lineColor
    The System.Drawing.Color value indicates the color of the line.
    lineStyle
    The LineStyle value indicates the line style.
    See Also