Skip to main content

BackstageViewItem.ResetSuperTip() Method

Removes the SuperToolTip object that has been assigned to the current item.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void ResetSuperTip()

Remarks

This method sets the BackstageViewItem.SuperTip property to null.

See Also