Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SeparatorBoxInfo Class / SeparatorBoxInfo Constructor / SeparatorBoxInfo Constructor(SeparatorShape,Size)
A SeparatorShape indicates the shape of the separator..
A System.Drawing.Size indicates the size of the separator.


In This Topic
    SeparatorBoxInfo Constructor(SeparatorShape,Size)
    In This Topic
    Initializes a new instance of the SeparatorBoxInfo.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal separatorShape As SeparatorShape, _
       ByVal separatorSize As Size _
    )
    'Usage
     
    
    Dim separatorShape As SeparatorShape
    Dim separatorSize As Size
     
    Dim instance As New SeparatorBoxInfo(separatorShape, separatorSize)
    public SeparatorBoxInfo( 
       SeparatorShape separatorShape,
       Size separatorSize
    )

    Parameters

    separatorShape
    A SeparatorShape indicates the shape of the separator..
    separatorSize
    A System.Drawing.Size indicates the size of the separator.
    See Also