Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / BorderEditorUI Class / BorderEditorUI Constructor / BorderEditorUI Constructor(IBorder)


In This Topic
    BorderEditorUI Constructor(IBorder)
    In This Topic
    Creates a new border editor user interface.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal border As IBorder _
    )
    'Usage
     
    
    Dim border As IBorder
     
    Dim instance As New BorderEditorUI(border)
    public BorderEditorUI( 
       IBorder border
    )

    Parameters

    border
    See Also