Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

ToolTipTitle Field, ToolTipEventArgs Class

Defines the tooltip title, used with balloon style tooltips only (ToolTipAppearanceEnum.Balloon). This value can be modified by the ShowToolTip event handler. The default is an empty string.

Class: ToolTipEventArgs
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public string ToolTipTitle;
Public ToolTipTitle As String

Comments

Defines the tooltip title, used with balloon style tooltips only (ToolTipAppearanceEnum.Balloon). This value can be modified by the ShowToolTip event handler. The default is an empty string.

See Also ToolTipEventArgs Class | Classes | SftTree/NET 2.0