Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

ShowScrollTip Event, SftTree Class

Occurs when a scrolltip is about to be displayed.

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

Syntax

public event ShowScrollTipEventHandler ShowScrollTip;
Public Event ShowScrollTip As ShowScrollTipEventHandler

Comments

Occurs when a scrolltip is about to be displayed.

The event handler can modify fields in the ToolTipEventArgs object to control the appearance and contents of the scrolltip. Scrolltips are only displayed if the ScrollTips.ShowAlways is set to True.

See Also SftTree Class | Classes | SftTree/NET 2.0