Spread Windows Forms 12.0 Product Documentation
SeparatorBoxInfo Constructor(SeparatorShape,Size)


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.
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

Reference

SeparatorBoxInfo Class
SeparatorBoxInfo Members
Overload List