Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

ShowToolTip Method, ToolTipClass Class

Displays a balloon-style tooltip.

Class: ToolTipClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Syntax

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 )

Parameters

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.

Comments

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



Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.