Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BorderEditorControl Class / BorderEditorControl Constructor / BorderEditorControl Constructor(IBorder)


In This Topic
    BorderEditorControl Constructor(IBorder)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal border As IBorder _
    )
    'Usage
     
    
    Dim border As IBorder
     
    Dim instance As New BorderEditorControl(border)
    public BorderEditorControl( 
       IBorder border
    )

    Parameters

    border
    See Also