Back to Devexpress

SuperToolTip.Assign(SuperToolTip) Method

windowsforms-devexpress-dot-utils-dot-supertooltip-dot-assign-x28-devexpress-dot-utils-dot-supertooltip-x29.md

latest1.5 KB
Original Source

SuperToolTip.Assign(SuperToolTip) Method

Copies the settings and contents of the specified tooltip to the current object.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public void Assign(
    SuperToolTip source
)
vb
Public Sub Assign(
    source As SuperToolTip
)

Parameters

NameTypeDescription
sourceSuperToolTip

A source SuperToolTip object.

|

Remarks

The method copies the settings and contents of the specified SuperToolTip to the current object. 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