Back to Devexpress

SuperToolTip.Clone() Method

windowsforms-devexpress-dot-utils-dot-supertooltip-e5c797b7.md

latest1.4 KB
Original Source

SuperToolTip.Clone() Method

Returns a copy of the current object.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public virtual object Clone()
vb
Public Overridable Function Clone As Object

Returns

TypeDescription
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

SuperToolTip Class

SuperToolTip Members

DevExpress.Utils Namespace