Skip to main content

EditorButton.ResetSuperTip() Method

Removes the SuperToolTip object that has been assigned to the editor button.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void ResetSuperTip()

Remarks

The ResetSuperTip method sets the EditorButton.SuperTip property’s value to null (Nothing in Visual Basic).

See Also