Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / BorderEditorUI Class / SetBorderInternal Method
Border


In This Topic
    SetBorderInternal Method
    In This Topic
    Internal use only. Sets the border.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SetBorderInternal( _
       ByVal border As IBorder _
    ) 
    'Usage
     
    
    Dim instance As BorderEditorUI
    Dim border As IBorder
     
    instance.SetBorderInternal(border)
    protected virtual void SetBorderInternal( 
       IBorder border
    )

    Parameters

    border
    Border
    See Also