|
|
|
|
ScrollTip Property, SftTree Class |
Returns the control's ToolTipClass instance defining scrolltips.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property ScrollTip As ToolTipClass |
C# |
public ToolTipClass ScrollTip { get; } |
C++ |
public: property ToolTipClass^ ScrollTip { |
Property Value
The ToolTipClass class instance.
Comments
The ScrollTip property returns the control's ToolTipClass instance defining scrolltips.
The instance of the ToolTipClass class describes attributes that apply to all scrolltips 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 (ScrollTip property).