Back to Devexpress

EditorButton.ResetSuperTip() Method

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-editorbutton-ca28b6c0.md

latest1.3 KB
Original Source

EditorButton.ResetSuperTip() Method

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

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void ResetSuperTip()
vb
Public Sub ResetSuperTip

Remarks

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

See Also

SuperTip

EditorButton Class

EditorButton Members

DevExpress.XtraEditors.Controls Namespace