HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

ToolTip Property, SftTree Class

Returns the control's ToolTipClass instance defining tooltips.

Class: SftTree
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public ToolTipClass ToolTip { get; }
Public ReadOnly Property ToolTip As ToolTipClass

Value

The ToolTipClass class instance.

Comments

Returns the control's ToolTipClass instance defining tooltips.

The instance of the ToolTipClass class describes attributes that apply to all tooltips in a SftTree/NET control. Numerous properties and methods can be accessed using the returned object.

A control has one ToolTipClass instance for tooltips (ToolTip property) and one for scrolltips (SftTree.ScrollTip property).

See Also SftTree Class | Classes | SftTree/NET 3.0