BaseItem.Clone Method

UltimateTabstrip

UltimateTabstrip Class Library

BaseItem.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

BaseItem Class | Karamasoft.WebControls.UltimateTabstrip Namespace