'Declaration Public Overridable Function Clone() As Object
'Usage Dim instance As WinHorizontalScrollBar Dim value As Object value = instance.Clone()
public virtual object Clone()
Return Value
An System.Object representing the shallow copy of the control.