SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
An instance of the ToolTipClass class defines tooltip attributes of a control.
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.
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET
Inheritance
public class ToolTipClass;
Public Class ToolTipClass
This class cannot be instantiated.
![]() | HaveToolTip | Returns whether a tooltip is currently displayed. |
![]() | Position | Defines the position of the tooltip, relative to the data it references. |
![]() | ShowAlways | Defines whether tooltips are always displayed. |
![]() | Style | Defines the style of the tooltip. |
![]() | ToolTipIcon | Defines the optional icon of the tooltip. |
![]() | ToolTipTitle | Defines the optional title of the tooltip. |
![]() | UseAnimation | Defines whether the tooltip uses an animation effect when it is being shown or hidden. |
![]() | UseFading | Defines whether the tooltip uses a fading effect when it is being shown or hidden. |
![]() | Dispose | Releases all resources used. |
![]() ![]() | Equals | Determines whether the specified object is equal to the current object. |
![]() ![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. |
![]() ![]() | GetHashCode | Serves as the default hash function. |
![]() ![]() | GetType | Gets the Type of the current instance. |
![]() | Hide | Hides the current tooltip. |
![]() ![]() | HideToolTip | Hides the current balloon-style tooltip displayed using the ToolTipClass.ShowToolTip method. |
![]() ![]() | MemberwiseClone | Creates a shallow copy of the current Object. |
![]() ![]() ![]() | ReferenceEquals | Determines whether the specified Object instances are the same instance. |
![]() ![]() | ShowToolTip | Displays a balloon-style tooltip. |
![]() ![]() | ToString | Returns a string that represents the current object. |
![]() | PropertyChanged | Occurs when a property of the ToolTipClass object is modified. |
See Also Classes | SftTree/NET 2.0