HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

ShowToolTip Event, SftTree Class

Occurs when a tooltip is about to be displayed.

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

Syntax

public event ShowToolTipEventHandler ShowToolTip;
Public Event ShowToolTip As ShowToolTipEventHandler

Comments

Occurs when a tooltip is about to be displayed.

The event handler can modify fields in the ToolTipEventArgs object to control the appearance and contents of the tooltip.

See Also SftTree Class | Classes | SftTree/NET 3.0