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
Displays a balloon-style tooltip.
Class: ToolTipClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET
public static void ShowToolTip( SoftelvdmUserControl control, Point locToolTip, ToolTipIcon icon, string title, string text, ArrowLocationEnum arrowLoc );
Public Shared Sub ShowToolTip( ByVal control As SoftelvdmUserControl, ByVal locToolTip As Point, ByVal icon As ToolTipIcon, ByVal title As String, ByVal text As String, ByVal arrowLoc As ArrowLocationEnum )
control
The control owning the tooltip. Only .NET controls published by Softel vdm, Inc. can own and use tooltips offered by this method.
locToolTip
The location pointed at by the ballon's arrow, relative to the top, left corner of the control.
icon
The icon style.
title
The title string or an empty string to omit the title.
text
The single or multiline text to display.
arrowLoc
The location of the balloon's arrow.
Displays a balloon-style tooltip.
This tooltip can be used to bring information to the user's attention. It is unrelated to cell tooltips and scrolltips.
See Also ToolTipClass Class | Classes | SftTree/NET 2.0