BaseItemCollection.Clone Method

UltimateTabstrip

UltimateTabstrip Class Library

BaseItemCollection.Clone Method 

Creates a new object that is a copy of the current instance.

[Visual Basic] Overridable Public Function Clone() As Object _
    Implements ICloneable.Clone
[C#]
public virtual object Clone();

Return Value

A new object that is a copy of this instance.

Implements

ICloneable.Clone

See Also

BaseItemCollection Class | Karamasoft.WebControls.UltimateTabstrip Namespace