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

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.v19.2.dll

Declaration

public virtual void ResetApplicationButtonSuperTip()

Remarks

This method sets the RibbonControl.ApplicationButtonSuperTip property to null.

See Also