Skip to main content
A newer version of this page is available. .

SuperToolTip.Clone() Method

Returns a copy of the current object.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public virtual object Clone()

Returns

Type Description
Object

A SuperToolTip object which is a copy of the current tooltip.

Remarks

The Clone method creates a new SuperToolTip object and copies the settings and contents of the current object to the newly created tooltip. The method clones the source tooltip’s items and adds these copies, but not the original items, to the created SuperToolTip.

See Also