Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / BorderEditor Class / SetEditorProps Method
IBorder to be edited
BorderEditorUI


In This Topic
    SetEditorProps Method
    In This Topic
    Sets the border to be edited into the editor.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SetEditorProps( _
       ByVal border As IBorder, _
       ByVal editor As BorderEditorUI _
    ) 
    'Usage
     
    
    Dim instance As BorderEditor
    Dim border As IBorder
    Dim editor As BorderEditorUI
     
    instance.SetEditorProps(border, editor)
    protected virtual void SetEditorProps( 
       IBorder border,
       BorderEditorUI editor
    )

    Parameters

    border
    IBorder to be edited
    editor
    BorderEditorUI
    See Also