Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

HideToolTip Method, ToolTipClass Class

Hides the current balloon-style tooltip displayed using the ToolTipClass.ShowToolTip method.

Class: ToolTipClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Syntax

public static void HideToolTip();
Public Shared Sub HideToolTip()

Comments

Hides the current balloon-style tooltip displayed using the ToolTipClass.ShowToolTip method.

The tooltip displayed using the ToolTipClass.ShowToolTip method can be used to bring information to the user's attention. It is unrelated to cell tooltips and scrolltips.

See Also ToolTipClass Class | Classes | SftTree/NET 2.0