|
|
|
ShowToolTip Method, ToolTipClass Class |
Displays a balloon-style tooltip.
Syntax ToolTipClass Class (Softelvdm.Controls)
VB |
Public Shared Sub ShowToolTip( _ |
C# |
public static void ShowToolTip( |
C++ |
public: static void ShowToolTip( |
arrowLoc
The location of the balloon's arrow.
Value |
Description |
|
0 | The stem is anchored near the left of the top side of the tooltip window. | |
1 | The stem is anchored near the right of the top side of the tooltip window. | |
2 | The stem is anchored near the top of the right side of the tooltip window. | |
3 | The stem is anchored near the bottom of the right side of the tooltip window. | |
4 | The stem is anchored near the right of the bottom side of the tooltip window. | |
5 | The stem is anchored near the left of the bottom side of the tooltip window. | |
6 | The stem is anchored near the top of the left side of the tooltip window. | |
7 | The stem is anchored near the bottom of the left side of the tooltip window. |
control
The control owning the tooltip. Only .NET controls published by Softel vdm, Inc. can own and use tooltips offered by this method.
icon
The icon style.
ToolTipIcon |
Value |
Description |
None | 0 | Not a standard icon. |
Info | 1 | An information icon. |
Warning | 2 | A warning icon. |
Error | 3 | An error icon |
locToolTip
The location pointed at by the ballon's arrow, relative to the top, left corner of the control.
text
The single or multiline text to display.
title
The title string or an empty string to omit the title.
Comments
The ShowToolTip method 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.
Version Information
Supported in version 1.0.
Products Table