RichEditTextRange.GetClone Method

Definition

Creates a new object that is identical to this text range object.

public:
 virtual ITextRange ^ GetClone() = GetClone;
ITextRange GetClone();
public ITextRange GetClone();
function getClone()
Public Function GetClone () As ITextRange

Returns

The duplicate text range object.

Implements

Applies to