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

BarItemLink.AssignKeyTip(BarItemLink) Method

Copies the value of the BarItemLink.KeyTip property from the specified object to the current object.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public virtual void AssignKeyTip(
    BarItemLink link
)

Parameters

Name Type Description
link BarItemLink

A BarItemLink object whose BarItemLink.KeyTip property’s value is copied to the current object.

See Also