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


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

    Parameters

    separatorShape
    A SeparatorShape indicates the shape of the separator..
    See Also