Spread Windows Forms 12.0 Product Documentation
Clone Method (EmptyBorder)


FarPoint.Win Assembly > FarPoint.Win Namespace > EmptyBorder Class : Clone Method
Clones the border object.
Syntax
'Declaration
 
Public Overridable Function Clone() As Object
'Usage
 
Dim instance As EmptyBorder
Dim value As Object
 
value = instance.Clone()
public virtual object Clone()

Return Value

A copy of this border object.
See Also

Reference

EmptyBorder Class
EmptyBorder Members