Back to Devexpress

BaseControl.ResetSuperTip() Method

windowsforms-devexpress-dot-xtraeditors-dot-basecontrol-cf836672.md

latest1.1 KB
Original Source

BaseControl.ResetSuperTip() Method

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void ResetSuperTip()
vb
Public Sub ResetSuperTip

Remarks

This method sets the BaseControl.SuperTip property to null.

See Also

SuperTip

BaseControl Class

BaseControl Members

DevExpress.XtraEditors Namespace