SuperToolTip.Clone() Method
Returns a copy of the current object.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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