Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

ToolTipTitle Property, ToolTipClass Class

Defines the optional title of the tooltip.

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

Syntax

public string ToolTipTitle { get; set; }
Public Property ToolTipTitle As String

Value

The tooltip title.

The default value is String.Empty.

Comments

Defines the optional title of the tooltip.

The icon is only available for balloon style tooltips (ToolTipAppearanceEnum.Balloon). It is ignored for other tooltip styles.

See Also ToolTipClass Class | Classes | SftTree/NET 2.0