Spread WinForms 15
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)

Parameters

border
IBorder to be edited
editor
BorderEditorUI
See Also