HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

ShowAlways Property, ToolTipClass Class

Defines whether tooltips are always displayed.

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

Syntax

public bool ShowAlways { get; set; }
Public Property ShowAlways As Boolean

Value

True if tooltips are always displayed, otherwise False.

Comments

Defines whether tooltips are always displayed.

Two instances of the ToolTipClass class are available. The control's ToolTip property defines attributes for all tooltips, the ScrollTip property defines attributes for scrolltips. The ShowAlways property defines whether scrolltips are displayed or whether tooltips are always displayed when the mouse cursor is positioned within a cell.

See Also ToolTipClass Class | Classes | SftTree/NET 3.0