Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / EmptyBorder Class / Clone Method


In This Topic
Clone Method (EmptyBorder)
In This Topic
Clones the border object.
Syntax
'Declaration
 
Public Overridable Function Clone() As Object
 
'Usage
 
Dim instance As EmptyBorder
Dim value As Object
 
value = instance.Clone()

Return Value

A copy of this border object.
See Also