Skip to main content
Bar

BarButtonItemLink.AssignKeyTip(BarItemLink) Method

Copies the values of the BarItemLink.KeyTip and BarButtonItemLink.DropDownKeyTip properties from the specified object to the current object.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override void AssignKeyTip(
    BarItemLink link
)

Parameters

Name Type Description
link BarItemLink

A BarItemLink object whose BarItemLink.KeyTip and BarButtonItemLink.DropDownKeyTip properties’ values are copied to the current object.

See Also