Skip to main content

RibbonControl.ResetApplicationButtonSuperTip() Method

Removes the SuperToolTip object that has been assigned to the Application Button via the RibbonControl.ApplicationButtonSuperTip property.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void ResetApplicationButtonSuperTip()

Remarks

This method sets the RibbonControl.ApplicationButtonSuperTip property to null.

See Also